- 12 Sep, 2011 3 commits
-
-
Evan Prodromou authored
-
Evan Prodromou authored
-
Evan Prodromou authored
-
- 11 Sep, 2011 2 commits
-
-
Siebrand Mazeland authored
-
-
- 08 Sep, 2011 11 commits
-
-
Brion Vibber authored
Previously we were failing to update the primary key during ensureTable(), which could lead to failures when updating some tables (eg queue_item where we changed keys, and the addition of an autoincrement column failed because it conflicted with the old key). Now if the key is different, we remove the old key at the start and add the new key at the end of the ALTER TABLE. Not tested on PostgreSQL -- someone please check whether the alter table 'DROP CONSTRAINT PRIMARY KEY' bit works or if it needs to pull a special name for the key. On MySQL, dropping uses alter table's 'DROP PRIMARY KEY' special case.
-
Evan Prodromou authored
-
Evan Prodromou authored
-
Evan Prodromou authored
-
Evan Prodromou authored
-
Evan Prodromou authored
-
Evan Prodromou authored
-
Zach Copley authored
* Remove more debugging statements
-
Zach Copley authored
-
Zach Copley authored
-
Zach Copley authored
-
- 07 Sep, 2011 18 commits
-
-
Evan Prodromou authored
-
Evan Prodromou authored
-
Evan Prodromou authored
-
Evan Prodromou authored
-
Evan Prodromou authored
-
Evan Prodromou authored
-
Evan Prodromou authored
-
Evan Prodromou authored
-
Evan Prodromou authored
-
Evan Prodromou authored
Move the inbox initialization code to upgrade.php. Might not catch group messages, but maybe that's not a big deal.
-
Evan Prodromou authored
-
Evan Prodromou authored
-
Evan Prodromou authored
-
Evan Prodromou authored
-
Evan Prodromou authored
-
Evan Prodromou authored
-
Evan Prodromou authored
-
Samantha Doherty authored
-
- 01 Sep, 2011 1 commit
-
-
Evan Prodromou authored
-
- 31 Aug, 2011 5 commits
-
-
Zach Copley authored
-
Zach Copley authored
-
Evan Prodromou authored
-
Evan Prodromou authored
-
Evan Prodromou authored
-