Move files (again)

This commit is contained in:
2023-11-07 19:41:28 +01:00
parent ab914a391f
commit 97645b3476
31 changed files with 155 additions and 38 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;