diff --git a/db/migrations/20240211153145_jillybean5001.sql b/db/migrations/20240211153145_jillybean5001.sql new file mode 100644 index 0000000..4944435 --- /dev/null +++ b/db/migrations/20240211153145_jillybean5001.sql @@ -0,0 +1,7 @@ +-- migrate:up + +insert into bgg_user ( username, neighbourhood ) +VALUES( 'Jillybean5001', 'Kemptville'); + +-- migrate:down + diff --git a/db/schema.sql b/db/schema.sql index b986dad..e1537a7 100644 --- a/db/schema.sql +++ b/db/schema.sql @@ -20,4 +20,5 @@ INSERT INTO "schema_migrations" (version) VALUES ('20240204153045'), ('20240205142447'), ('20240206141649'), - ('20240211024145'); + ('20240211024145'), + ('20240211153145');