Compare commits

...

2 Commits

Author SHA1 Message Date
dfa7be9928 Merge pull request 'fix migration' (#597) from fix-migration into main
All checks were successful
CI/CD Pipeline / test (push) Successful in 9m13s
CI/CD Pipeline / deploy-staging (push) Has been skipped
CI/CD Pipeline / deploy-main (push) Successful in 6m26s
Reviewed-on: #597
2024-06-16 20:15:58 +02:00
2159696112 fix migration
All checks were successful
CI/CD Pipeline / test (push) Successful in 10m19s
CI/CD Pipeline / deploy-staging (push) Has been skipped
CI/CD Pipeline / deploy-main (push) Has been skipped
2024-06-16 20:00:44 +02:00

View File

@ -203,7 +203,7 @@ CREATE TABLE IF NOT EXISTS "trailer" (
CREATE TABLE IF NOT EXISTS "trailer_reservation" ( CREATE TABLE IF NOT EXISTS "trailer_reservation" (
"id" integer NOT NULL PRIMARY KEY AUTOINCREMENT, "id" integer NOT NULL PRIMARY KEY AUTOINCREMENT,
"trailer_id" INTEGER NOT NULL REFERENCES boat(id), "trailer_id" INTEGER NOT NULL REFERENCES trailer(id),
"start_date" DATE NOT NULL, "start_date" DATE NOT NULL,
"end_date" DATE NOT NULL, "end_date" DATE NOT NULL,
"time_desc" TEXT NOT NULL, "time_desc" TEXT NOT NULL,