mirror of
https://github.com/jsbin/jsbin.git
synced 2026-02-01 16:46:05 +00:00
updated main database imports
This commit is contained in:
parent
307f8e7566
commit
74accda5b2
@ -49,6 +49,7 @@ CREATE TABLE `owners` (
|
||||
`html` tinyint(1) NOT NULL DEFAULT '0',
|
||||
`css` tinyint(1) NOT NULL DEFAULT '0',
|
||||
`javascript` tinyint(1) NOT NULL DEFAULT '0',
|
||||
`archive` tinyint(1) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`id`),
|
||||
KEY `name_url` (`name`,`url`,`revision`),
|
||||
KEY `last_updated` (`name`,`last_updated`)
|
||||
|
||||
@ -7,7 +7,8 @@ CREATE TABLE IF NOT EXISTS `owners` (
|
||||
`summary` VARCHAR(255) NOT NULL DEFAULT '',
|
||||
`html` INTEGER DEFAULT '0',
|
||||
`css` INTEGER DEFAULT '0',
|
||||
`javascript` INTEGER DEFAULT '0'
|
||||
`javascript` INTEGER DEFAULT '0',
|
||||
`archive` INTEGER DEFAULT '0'
|
||||
);
|
||||
|
||||
CREATE TABLE IF NOT EXISTS `ownership` (
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user