mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-10-14 10:14:55 +02:00
fix: removing comma
This commit is contained in:
@@ -38,7 +38,7 @@
|
|||||||
`notification_code` varchar(40) NOT NULL,
|
`notification_code` varchar(40) NOT NULL,
|
||||||
`details` text NOT NULL,
|
`details` text NOT NULL,
|
||||||
`receive_at` timestamp NULL DEFAULT CURRENT_TIMESTAMP,
|
`receive_at` timestamp NULL DEFAULT CURRENT_TIMESTAMP,
|
||||||
PRIMARY KEY (`id`),
|
PRIMARY KEY (`id`)
|
||||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user