Files
coder/coderd/database/migrations/testdata/fixtures/000024_example.up.sql
2022-11-08 19:59:44 +02:00

7 lines
244 B
SQL

-- 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');