This website requires JavaScript.
Explore
Help
Sign in
revi-archive
/
phorge-phorge
Watch
1
Star
0
Fork
You've already forked phorge-phorge
0
mirror of
https://we.phorge.it/source/phorge.git
synced
2024-11-23 07:12:41 +01:00
Code
Issues
Releases
Wiki
Activity
4d4712b58d
phorge-phorge
/
resources
/
sql
/
patches
/
20130218.updatechannelid.php
4 lines
63 B
PHP
Raw
Normal View
History
Unescape
Escape
Php schema patch to update channel id's of past events. Summary: Php schema patch to update channel id's of past events. Test Plan: Having some proxy issues here due to which connection is timing out and bot is not able to log into IRC. Bot connects to IRC in my home though ! So I wasn't able to quite to test this by running storage upgrade. Reviewers: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D5000
2013-02-18 19:50:07 +01:00
<
?
php
Remove Chatlog entirely Summary: This commit removes ChatLog entirely. All of the application files are removed, and the migrations used are stubbed out. I stubbed the migrations as that allows for existing installs to make no changes, but new installs will not create the database. Fixes T15126 Test Plan: Loaded up http://phorge.local/chatlog and confirmed the 404. Loaded up http://phorge.local/applications/view/PhabricatorChatLogApplication and confirmed the 404. Created a new database prefix and ran `bin/storage upgrade` against it, confirmed that the chatlog database was not created. Restored another prefix (an old one) and ran `bin/storage upgrade` and confirmed database was not deleted. Reviewers: O1 Blessed Committers, avivey Reviewed By: O1 Blessed Committers, avivey Subscribers: avivey, tobiaswiese, valerio.bozzolan, Cigaryno Maniphest Tasks: T15126 Differential Revision: https://we.phorge.it/D25480
2023-11-27 19:36:12 +01:00
/* This file is intentionally left empty, see T15126 */
Copy permalink