Skip to content
Snippets Groups Projects
Commit 44ca9350 authored by Jared Hancock's avatar Jared Hancock
Browse files

oops: Fix incorrect alter table statement

parent 06830be1
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ ALTER TABLE `%TABLE_PREFIX%faq`
ALTER TABLE `%TABLE_PREFIX%staff`
ADD `lang` varchar(16) DEFAULT NULL AFTER `signature`,
ADD `timezone` varchar(64) default NULL AFTER `lang`,
ADD `locale` varchar(16) DEFAULT NULL AFTER `locale`,
ADD `locale` varchar(16) DEFAULT NULL AFTER `timezone`,
ADD `extra` text AFTER `default_paper_size`;
ALTER TABLE `%TABLE_PREFIX%user_account`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment