Skip to content

Commit

Permalink
WTF
Browse files Browse the repository at this point in the history
  • Loading branch information
mauriciabad committed Apr 7, 2024
1 parent d8f9661 commit 8a30e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drizzle/0000_previous_ozymandias.sql
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ CREATE TABLE IF NOT EXISTS "externalLink_translation" (
);
--> statement-breakpoint
CREATE TABLE IF NOT EXISTS "feature" (
"id" serial PRIMARY KEY NOT NULL, "amountOfPeople", "difficulty" "difficulty", "groundType" "groundType", "hasBus" boolean, "hasParking" boolean, "parkingSpaces" integer, "hasToilet" boolean, "hasRestaurant" boolean, "hasDrinkingWater" boolean, "hasShower" boolean, "hasLifeguard" boolean, "hasLeisure" boolean, "isNudist" boolean, "hasUnofficialName" boolean, "hasInacurateLocation" boolean, "date" text, "isBoatOnly" boolean, "trainingLevel" "trainingLevel", "hasMissingInfo" boolean, "height" integer, "depth" integer, "depthMin" integer, "depthMax" integer, "scubaDivingLevel" "scubaDivingLevel", "notThereAnymore" boolean, "isOutOfTheMunicipality" boolean, "hasBench" boolean, "allowedAccess" "allowedAccess", "dimensions" text, "price" double precision, "priceUnit" "priceUnit", "isCovered" boolean, "duration" integer, "distance" integer, "slope" integer, "timeToArrive" integer, "placeToArriveFrom" "placeToArriveFrom", "isFreeWithLocalStamp" boolean, "howNarrow" "howNarrow", "difficultyNotes" text, "priceNotes" text, "allowedAccessNotes" text, "hasInacurateLocationNotes" text, "hasMissingInfoNotes" text, "notThereAnymoreNotes" text
"id" serial PRIMARY KEY NOT NULL, "amountOfPeople" "amountOfPeople", "difficulty" "difficulty", "groundType" "groundType", "hasBus" boolean, "hasParking" boolean, "parkingSpaces" integer, "hasToilet" boolean, "hasRestaurant" boolean, "hasDrinkingWater" boolean, "hasShower" boolean, "hasLifeguard" boolean, "hasLeisure" boolean, "isNudist" boolean, "hasUnofficialName" boolean, "hasInacurateLocation" boolean, "date" text, "isBoatOnly" boolean, "trainingLevel" "trainingLevel", "hasMissingInfo" boolean, "height" integer, "depth" integer, "depthMin" integer, "depthMax" integer, "scubaDivingLevel" "scubaDivingLevel", "notThereAnymore" boolean, "isOutOfTheMunicipality" boolean, "hasBench" boolean, "allowedAccess" "allowedAccess", "dimensions" text, "price" double precision, "priceUnit" "priceUnit", "isCovered" boolean, "duration" integer, "distance" integer, "slope" integer, "timeToArrive" integer, "placeToArriveFrom" "placeToArriveFrom", "isFreeWithLocalStamp" boolean, "howNarrow" "howNarrow", "difficultyNotes" text, "priceNotes" text, "allowedAccessNotes" text, "hasInacurateLocationNotes" text, "hasMissingInfoNotes" text, "notThereAnymoreNotes" text
);
--> statement-breakpoint
CREATE TABLE IF NOT EXISTS "feature_translation" (
Expand Down

0 comments on commit 8a30e93

Please sign in to comment.