Commit graph

6 commits

Author SHA1 Message Date
Alexandre Emsenhuber
c815ad8696 Oops, forgot to change this in r71426 2010-08-22 08:32:29 +00:00
Alexandre Emsenhuber
6a98ded353 Moved PostgreSQL schema update to PostgresUpdater:
* Still not doing sequential updates, but now this should be easier to correct
* Corrected addition of page_restrictions.pr_id field to use the correct sequence name
* Had to change DatabaseUpdater::getOldGlobalUpdates() from private to protected, since PostgreSQL has its own globals for extensions
* Moved do_all_updates() and archive() to the top of updaters.inc so that they are easier to find
2010-08-22 08:07:26 +00:00
Alexandre Emsenhuber
ca6b4a72a5 Fix for r71140: PostgresUpdater should extend DatabaseUpdater, not Updater 2010-08-21 20:23:42 +00:00
Alexandre Emsenhuber
b8cafd4978 * Added file description headers
* Added @file where needed
2010-08-21 18:20:09 +00:00
Alexandre Emsenhuber
420424acf7 @TODO @FIXME -> @todo so that doxygen recognise it correctly 2010-08-21 15:53:46 +00:00
Chad Horohoe
f08c6b1df9 Initial refactoring for Postgres; DatabaseUpdater subclass is now passed to LoadExtensionSchemaUpdates 2010-08-15 18:55:08 +00:00