Merge "Selenium: replace UserLoginPage with BlankPage where possible"
[lhc/web/wiklou.git] / maintenance / archives / patch-log_id.sql
index d3f0d33..bd69ddb 100644 (file)
@@ -3,6 +3,6 @@
 -- This might be useful for single-log-entry deletion, et cetera.
 -- Andrew Garrett, February 2007.
 
-ALTER TABLE logging
-       ADD COLUMN log_id SERIAL,
+ALTER TABLE /*$wgDBprefix*/logging
+       ADD COLUMN log_id int unsigned not null auto_increment,
        ADD PRIMARY KEY log_id (log_id);