-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from RSS3-Network/feat/use-pg
feat: use pg
- Loading branch information
Showing
38 changed files
with
248 additions
and
362 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
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
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,12 +1,9 @@ | ||
version: "3.9" | ||
name: pp_mig | ||
services: | ||
# CRDB for Atlas' temporary migration use | ||
cockroach2: | ||
image: cockroachdb/cockroach:v23.1.8 | ||
postgres-mig: | ||
image: postgres:16-alpine | ||
ports: | ||
- "26258:26257" | ||
command: | ||
- start-single-node | ||
- --cluster-name=rss3-gateway | ||
- --insecure | ||
- "5433:5432" | ||
environment: | ||
POSTGRES_PASSWORD: mig |
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
125 changes: 0 additions & 125 deletions
125
...rnal/database/dialer/cockroachdb/migration/20240412045602_paymentprocessor_initialize.sql
This file was deleted.
Oops, something went wrong.
103 changes: 0 additions & 103 deletions
103
internal/database/dialer/cockroachdb/migration/20240412060447_fix_billing_records.sql
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
internal/database/dialer/cockroachdb/migration/20240412091335_add_node_request_records.sql
This file was deleted.
Oops, something went wrong.
15 changes: 0 additions & 15 deletions
15
.../database/dialer/cockroachdb/migration/20240606022850_alter_column_index_set_not_null.sql
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.