feat: Add database fixtures for testing migrations (#4858)

This commit is contained in:
Mathias Fredriksson
2022-11-08 19:59:44 +02:00
committed by GitHub
parent b97043850b
commit e906d0dc54
9 changed files with 6717 additions and 0 deletions

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,6 @@
-- Example:
-- This fixture is applied after migrations/000024_site_config.up.sql
-- and inserts a value into site_configs that must not cause issues in
-- future migrations.
INSERT INTO site_configs (key, value) VALUES ('mytest', 'example');

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long