Adding dateformat and dateshort to install.sql

This commit is contained in:
Sanky 2011-11-12 14:22:38 +01:00
parent c0d05d0809
commit 1de457ac68

View File

@ -841,6 +841,8 @@ CREATE TABLE IF NOT EXISTS `users` (
`lastexp` bigint(20) NOT NULL, `lastexp` bigint(20) NOT NULL,
`lastannouncement` int(11) NOT NULL, `lastannouncement` int(11) NOT NULL,
`fancy_js` tinyint(1) unsigned NOT NULL default '0', `fancy_js` tinyint(1) unsigned NOT NULL default '0',
`dateformat` VARCHAR(32) NOT NULL,
`dateshort` VARCHAR(32) NOT NULL,
PRIMARY KEY (`id`), PRIMARY KEY (`id`),
KEY `posts` (`posts`), KEY `posts` (`posts`),
KEY `name` (`name`), KEY `name` (`name`),