diff options
Diffstat (limited to 'update.php')
-rw-r--r-- | update.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/update.php b/update.php index 3672b2bfe..62aea86bb 100644 --- a/update.php +++ b/update.php @@ -416,5 +416,6 @@ function update_1044() { q("ALTER TABLE `profile` ADD FULLTEXT ( `prv_keywords` ) "); } - -
\ No newline at end of file +function update_1045() { + q("ALTER TABLE `user` ADD `language` CHAR( 16 ) NOT NULL DEFAULT 'en' AFTER `timezone` "); +} |