Skip to content

Commit

Permalink
chore: test remove all columnsd from migration
Browse files Browse the repository at this point in the history
  • Loading branch information
codebender828 committed Jul 12, 2024
1 parent 9f29d35 commit 3528368
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 268 deletions.
7 changes: 7 additions & 0 deletions apps/api/db/drizzle/0000_careful_quentin_quire.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
CREATE TABLE IF NOT EXISTS "sol_price" (
"id" serial PRIMARY KEY NOT NULL
);
--> statement-breakpoint
CREATE TABLE IF NOT EXISTS "test_table" (
"id" serial PRIMARY KEY NOT NULL
);
10 changes: 0 additions & 10 deletions apps/api/db/drizzle/0000_moaning_cyclops.sql

This file was deleted.

22 changes: 0 additions & 22 deletions apps/api/db/drizzle/0001_solid_the_executioner.sql

This file was deleted.

2 changes: 0 additions & 2 deletions apps/api/db/drizzle/0002_robust_ultimatum.sql

This file was deleted.

11 changes: 0 additions & 11 deletions apps/api/db/drizzle/0003_minor_terror.sql

This file was deleted.

20 changes: 1 addition & 19 deletions apps/api/db/drizzle/meta/0000_snapshot.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"id": "eb8cbd8d-35f5-4c57-a7e5-731443a33f37",
"id": "f873b9ba-a898-460c-96c7-588f0ce3fcc4",
"prevId": "00000000-0000-0000-0000-000000000000",
"version": "7",
"dialect": "postgresql",
Expand All @@ -13,18 +13,6 @@
"type": "serial",
"primaryKey": true,
"notNull": true
},
"date": {
"name": "date",
"type": "date",
"primaryKey": false,
"notNull": true
},
"value": {
"name": "value",
"type": "numeric",
"primaryKey": false,
"notNull": true
}
},
"indexes": {},
Expand All @@ -41,12 +29,6 @@
"type": "serial",
"primaryKey": true,
"notNull": true
},
"name": {
"name": "name",
"type": "varchar(256)",
"primaryKey": false,
"notNull": false
}
},
"indexes": {},
Expand Down
67 changes: 0 additions & 67 deletions apps/api/db/drizzle/meta/0001_snapshot.json

This file was deleted.

67 changes: 0 additions & 67 deletions apps/api/db/drizzle/meta/0002_snapshot.json

This file was deleted.

47 changes: 0 additions & 47 deletions apps/api/db/drizzle/meta/0003_snapshot.json

This file was deleted.

25 changes: 2 additions & 23 deletions apps/api/db/drizzle/meta/_journal.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,29 +5,8 @@
{
"idx": 0,
"version": "7",
"when": 1720790381774,
"tag": "0000_moaning_cyclops",
"breakpoints": true
},
{
"idx": 1,
"version": "7",
"when": 1720803796333,
"tag": "0001_solid_the_executioner",
"breakpoints": true
},
{
"idx": 2,
"version": "7",
"when": 1720803831211,
"tag": "0002_robust_ultimatum",
"breakpoints": true
},
{
"idx": 3,
"version": "7",
"when": 1720804152314,
"tag": "0003_minor_terror",
"when": 1720804213679,
"tag": "0000_careful_quentin_quire",
"breakpoints": true
}
]
Expand Down

0 comments on commit 3528368

Please sign in to comment.