All the pages are working again, but Alpine is insanely frustrating.
This commit is contained in:
parent
81cf5e0d93
commit
7125bc2d2a
15 changed files with 95 additions and 40 deletions
10
migrations/20250802154952_create_game_table.sql
Normal file
10
migrations/20250802154952_create_game_table.sql
Normal file
|
@ -0,0 +1,10 @@
|
|||
-- +goose Up
|
||||
-- +goose StatementBegin
|
||||
CREATE TABLE game (id INTEGER PRIMARY KEY,
|
||||
slug TEXT, title TEXT, description TEXT);
|
||||
-- +goose StatementEnd
|
||||
|
||||
-- +goose Down
|
||||
-- +goose StatementBegin
|
||||
DROP TABLE game;
|
||||
-- +goose StatementEnd
|
Loading…
Add table
Add a link
Reference in a new issue