mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-01-19 01:24:05 +01:00
parent
416a48838c
commit
01e54d0fd2
@ -68,6 +68,11 @@ CREATE TABLE IF NOT EXISTS `boards` (
|
||||
PRIMARY KEY (`uri`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4;
|
||||
|
||||
CREATE TABLE IF NOT EXISTS `board_create` (
|
||||
`time` text NOT NULL,
|
||||
`uri` text NOT NULL
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
|
||||
--
|
||||
-- Dumping data for table `boards`
|
||||
--
|
||||
|
Loading…
x
Reference in New Issue
Block a user