mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
refactor: add fields
This commit is contained in:
1
apps/dokploy/drizzle/0069_known_aqueduct.sql
Normal file
1
apps/dokploy/drizzle/0069_known_aqueduct.sql
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE "user_temp" ADD COLUMN "created_at" timestamp DEFAULT now();
|
||||
1
apps/dokploy/drizzle/0070_overrated_the_stranger.sql
Normal file
1
apps/dokploy/drizzle/0070_overrated_the_stranger.sql
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE "user_temp" ALTER COLUMN "token" SET DEFAULT '';
|
||||
5285
apps/dokploy/drizzle/meta/0069_snapshot.json
Normal file
5285
apps/dokploy/drizzle/meta/0069_snapshot.json
Normal file
File diff suppressed because it is too large
Load Diff
5286
apps/dokploy/drizzle/meta/0070_snapshot.json
Normal file
5286
apps/dokploy/drizzle/meta/0070_snapshot.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -484,6 +484,20 @@
|
||||
"when": 1739428942964,
|
||||
"tag": "0068_sour_professor_monster",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 69,
|
||||
"version": "7",
|
||||
"when": 1739432476590,
|
||||
"tag": "0069_known_aqueduct",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 70,
|
||||
"version": "7",
|
||||
"when": 1739432513877,
|
||||
"tag": "0070_overrated_the_stranger",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user