Skip to content

Commit

Permalink
chore(deps): bump to numerique-gouv/moncomptepro#8fb4432e235cfe1e5fd2…
Browse files Browse the repository at this point in the history
…0fa26883251c8b669ebc
  • Loading branch information
douglasduteil committed Jul 27, 2024
1 parent 25261c6 commit eafdcb5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 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,3 +179,4 @@ 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");
*/
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"version": "6",
"version": "7",
"dialect": "postgresql",
"entries": [
{
"idx": 0,
"version": "6",
"when": 1721987054848,
"tag": "0000_happy_kingpin",
"when": 1722086684565,
"tag": "0000_real_layla_miller",
"breakpoints": true
}
]
Expand Down
2 changes: 1 addition & 1 deletion packages/~/infra/moncomptepro/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}
},
"dependencies": {
"@numerique-gouv/moncomptepro": "numerique-gouv/moncomptepro#13282ac6e50506fd6161ea271d3a88be612362c5",
"@numerique-gouv/moncomptepro": "numerique-gouv/moncomptepro#8fb4432e235cfe1e5fd20fa26883251c8b669ebc",
"@~/app.core": "workspace:*",
"consola": "3.2.3",
"zod": "3.23.8"
Expand Down

0 comments on commit eafdcb5

Please sign in to comment.