mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-10-14 10:14:55 +02:00
Fix #263 gallery system using imgur
setup tutorial: https://github.com/Znote/ZnoteAAC/wiki/IMGUR-powered-Gallery-page
This commit is contained in:
@@ -40,7 +40,8 @@ CREATE TABLE IF NOT EXISTS `znote_images` (
|
||||
`desc` text NOT NULL,
|
||||
`date` int NOT NULL,
|
||||
`status` int NOT NULL,
|
||||
`image` varchar(30) NOT NULL,
|
||||
`image` varchar(50) NOT NULL,
|
||||
`delhash` varchar(30) NOT NULL,
|
||||
`account_id` int NOT NULL,
|
||||
PRIMARY KEY (`id`)
|
||||
) ENGINE=InnoDB;
|
||||
|
Reference in New Issue
Block a user