Skip to content

Commit

Permalink
enable postgres uuid extension
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoPeters1024 committed Jan 25, 2022
1 parent 9d1a69e commit 022e3b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Application/Migration/1637606752-initial-migration.sql
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
-- Use http://localhost:8001/NewMigration or `new-migration` to generate a new migration.
--
-- Learn more about migrations: https://ihp.digitallyinduced.com/Guide/database-migrations.html
create extension if not exists "uuid-ossp";
CREATE TABLE IF NOT EXISTS routes (
id UUID DEFAULT uuid_generate_v4() PRIMARY KEY NOT NULL,
url TEXT NOT NULL UNIQUE,
Expand Down

0 comments on commit 022e3b9

Please sign in to comment.