Skip to content

Commit

Permalink
Fix SQL Migration
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Dec 31, 2024
1 parent 158dbce commit 227caea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/migrations/0081_fluffy_loners.sql
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CREATE TABLE "profile_interests" (
"id" serial PRIMARY KEY NOT NULL,
"name" text NOT NULL,
"bounds" "GEOMETRY(POLYGON, 4326)",
"bounds" GEOMETRY(POLYGON, 4326),
"created" timestamp with time zone DEFAULT Now() NOT NULL,
"updated" timestamp with time zone DEFAULT Now() NOT NULL
);

0 comments on commit 227caea

Please sign in to comment.