-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add back all deps to test project
- Loading branch information
1 parent
9a5bd6c
commit 9e55862
Showing
5 changed files
with
14 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,15 @@ | ||
registries: | ||
# default: | ||
# local: | ||
# directory: ../../../opengb-registry/modules | ||
default: | ||
local: | ||
directory: ../../../opengb-registry/modules | ||
local: | ||
local: | ||
directory: ./modules | ||
modules: | ||
# currency: {} | ||
# friends: {} | ||
# rate_limit: {} | ||
# tokens: {} | ||
currency: {} | ||
friends: {} | ||
rate_limit: {} | ||
tokens: {} | ||
users: {} | ||
# auth: | ||
# config: | ||
# google: | ||
# token: abc123 | ||
# discord: | ||
# token: abc123 | ||
foo: | ||
registry: local |
35 changes: 0 additions & 35 deletions
35
tests/test_project/modules/foo/db/migrations/20240304094519_/migration.sql
This file was deleted.
Oops, something went wrong.
29 changes: 0 additions & 29 deletions
29
tests/test_project/modules/foo/db/migrations/20240306224507_init/migration.sql
This file was deleted.
Oops, something went wrong.
6 changes: 6 additions & 0 deletions
6
tests/test_project/modules/foo/db/migrations/20240307013756_init/migration.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
-- CreateTable | ||
CREATE TABLE "DbEntry" ( | ||
"id" UUID NOT NULL, | ||
|
||
CONSTRAINT "DbEntry_pkey" PRIMARY KEY ("id") | ||
); |