Files
siren/migrations/000005_create_backgrounds/up.sql
Benjamin Sherriff 96fe3fc0e5 Stripped out ui/api
2024-09-03 22:33:29 -04:00

3 lines
85 B
SQL

CREATE TABLE IF NOT EXISTS backgrounds (
id INTEGER GENERATED ALWAYS AS IDENTITY
);