TO-DO: Wipe all the schema files before writing to them.
This commit is contained in:
parent
5a43432b80
commit
0955a6eda2
|
@ -1,12 +0,0 @@
|
|||
CREATE TABLE `users_penalties` (
|
||||
`uid` int not null,
|
||||
`element_id` int not null,
|
||||
`element_type` varchar(50) not null,
|
||||
`overrides` text not null,
|
||||
`mod_queue` boolean DEFAULT 0 not null,
|
||||
`shadow_ban` boolean DEFAULT 0 not null,
|
||||
`no_avatar` boolean DEFAULT 0 not null,
|
||||
`issued_by` int not null,
|
||||
`issued_at` datetime not null,
|
||||
`expiry` duration not null
|
||||
);
|
|
@ -1,12 +0,0 @@
|
|||
CREATE TABLE `users_penalties` (
|
||||
`uid` int not null,
|
||||
`element_id` int not null,
|
||||
`element_type` varchar (50) not null,
|
||||
`overrides` text DEFAULT '{}' not null,
|
||||
`mod_queue` boolean DEFAULT 0 not null,
|
||||
`shadow_ban` boolean DEFAULT 0 not null,
|
||||
`no_avatar` boolean DEFAULT 0 not null,
|
||||
`issued_by` int not null,
|
||||
`issued_at` timestamp not null,
|
||||
`expiry` duration not null
|
||||
);
|
Loading…
Reference in New Issue