1
Fork 0
photoview/api/database/migrations
viktorstrate 3e4b232b1e Update migration to support mariadb 10.5.2 and newer
To support the database configuration used in docker-compose.example.yml
2020-07-15 10:45:33 +02:00
..
001_user.down.sql Improve scanner reliability 2020-02-27 16:26:53 +01:00
001_user.up.sql Improve scanner reliability 2020-02-27 16:26:53 +01:00
002_photo.down.sql Improve scanner reliability 2020-02-27 16:26:53 +01:00
002_photo.up.sql Update path hash database migrations 2020-06-30 15:35:45 +02:00
003_site_info.down.sql Setup initial setup wizard 2020-02-05 16:49:51 +01:00
003_site_info.up.sql Setup initial setup wizard 2020-02-05 16:49:51 +01:00
004_shares.down.sql Work on share tokens 2020-02-09 21:25:33 +01:00
004_shares.up.sql Work on shares 2020-02-11 14:32:35 +01:00
005_utf8_migration.down.sql InnoDB has a maximum index length of 767 bytes for tables that use COMPACT or REDUNDANT row format, so for utf8mb3 or utf8mb4 columns, you can index a maximum of 255 or 191 characters, respectively. 2020-06-24 11:43:20 +03:00
005_utf8_migration.up.sql Sql 4 bytes utf (#17) 2020-03-13 20:21:49 +01:00
006_favorite_photos.down.sql Start on photo favorite 2020-06-17 18:00:58 +02:00
006_favorite_photos.up.sql Start on photo favorite 2020-06-17 18:00:58 +02:00
007_path_hash.up.sql Make sure path hash is added consistently 2020-06-30 15:53:29 +02:00
008_video_support.down.sql Add video metadata 2020-07-12 14:17:49 +02:00
008_video_support.up.sql Update migration to support mariadb 10.5.2 and newer 2020-07-15 10:45:33 +02:00