Link pic & post

This commit is contained in:
2019-11-01 23:12:32 +01:00
parent 2af07cc656
commit 8496ddb278
20 changed files with 153 additions and 1437 deletions

View File

@@ -0,0 +1,2 @@
/* Remove NO_ZERO_DATE mode, checks mode with: SELECT @@SQL_MODE, @@GLOBAL.SQL_MODE; and: SET @@SQL_MODE = REPLACE(@@SQL_MODE, 'NO_ZERO_DATE', ''); */
ALTER TABLE medias ADD comment LONGTEXT AFTER rotate;