Skip to content

Commit

Permalink
fix(database): uncomment migration script
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasduteil committed Jul 27, 2024
1 parent eafdcb5 commit 02719b6
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-- Current sql file was generated after introspecting the database
-- If you want to run this migration please uncomment this code before executing migrations
/*

CREATE TABLE IF NOT EXISTS "oidc_clients" (
"id" serial PRIMARY KEY NOT NULL,
"client_name" varchar NOT NULL,
Expand Down Expand Up @@ -179,4 +179,3 @@ END $$;
CREATE UNIQUE INDEX IF NOT EXISTS "index_organizations_on_siret" ON "organizations" ("siret");--> statement-breakpoint
CREATE UNIQUE INDEX IF NOT EXISTS "index_users_on_email" ON "users" ("email");--> statement-breakpoint
CREATE UNIQUE INDEX IF NOT EXISTS "index_users_on_reset_password_token" ON "users" ("reset_password_token");
*/

0 comments on commit 02719b6

Please sign in to comment.