Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@
node_modules/
.svelte-kit/
bun.lock
data/db
data/.encryption_key
data/db
data/git-repos
data/stacks
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ALTER TABLE "git_repositories" ADD COLUMN "submodules_enabled" boolean DEFAULT false;
8 changes: 4 additions & 4 deletions drizzle-pg/meta/0003_snapshot.json
Original file line number Diff line number Diff line change
Expand Up @@ -2352,14 +2352,14 @@
"primaryKey": false,
"notNull": false
},
"external_compose_path": {
"name": "external_compose_path",
"compose_path": {
"name": "compose_path",
"type": "text",
"primaryKey": false,
"notNull": false
},
"external_env_path": {
"name": "external_env_path",
"env_path": {
"name": "env_path",
"type": "text",
"primaryKey": false,
"notNull": false
Expand Down
8 changes: 4 additions & 4 deletions drizzle-pg/meta/0004_snapshot.json
Original file line number Diff line number Diff line change
Expand Up @@ -2373,14 +2373,14 @@
"primaryKey": false,
"notNull": false
},
"external_compose_path": {
"name": "external_compose_path",
"compose_path": {
"name": "compose_path",
"type": "text",
"primaryKey": false,
"notNull": false
},
"external_env_path": {
"name": "external_env_path",
"env_path": {
"name": "env_path",
"type": "text",
"primaryKey": false,
"notNull": false
Expand Down
8 changes: 4 additions & 4 deletions drizzle-pg/meta/0005_snapshot.json
Original file line number Diff line number Diff line change
Expand Up @@ -2373,14 +2373,14 @@
"primaryKey": false,
"notNull": false
},
"external_compose_path": {
"name": "external_compose_path",
"compose_path": {
"name": "compose_path",
"type": "text",
"primaryKey": false,
"notNull": false
},
"external_env_path": {
"name": "external_env_path",
"env_path": {
"name": "env_path",
"type": "text",
"primaryKey": false,
"notNull": false
Expand Down
8 changes: 4 additions & 4 deletions drizzle-pg/meta/0006_snapshot.json
Original file line number Diff line number Diff line change
Expand Up @@ -2386,14 +2386,14 @@
"primaryKey": false,
"notNull": false
},
"external_compose_path": {
"name": "external_compose_path",
"compose_path": {
"name": "compose_path",
"type": "text",
"primaryKey": false,
"notNull": false
},
"external_env_path": {
"name": "external_env_path",
"env_path": {
"name": "env_path",
"type": "text",
"primaryKey": false,
"notNull": false
Expand Down
Loading