mirror of
https://github.com/Xkeeper0/jul.git
synced 2025-05-19 08:40:21 -07:00
Adding dateformat and dateshort to install.sql
This commit is contained in:
parent
c0d05d0809
commit
1de457ac68
@ -841,6 +841,8 @@ CREATE TABLE IF NOT EXISTS `users` (
|
||||
`lastexp` bigint(20) NOT NULL,
|
||||
`lastannouncement` int(11) NOT NULL,
|
||||
`fancy_js` tinyint(1) unsigned NOT NULL default '0',
|
||||
`dateformat` VARCHAR(32) NOT NULL,
|
||||
`dateshort` VARCHAR(32) NOT NULL,
|
||||
PRIMARY KEY (`id`),
|
||||
KEY `posts` (`posts`),
|
||||
KEY `name` (`name`),
|
||||
|
Loading…
x
Reference in New Issue
Block a user