feat(mobile): auth added in
Some checks failed
Build and Push LST Docker Image / docker (push) Has been cancelled
Some checks failed
Build and Push LST Docker Image / docker (push) Has been cancelled
This commit is contained in:
3
migrations/0045_quick_khan.sql
Normal file
3
migrations/0045_quick_khan.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
ALTER TABLE "scan_users" ALTER COLUMN "excluded_commands" SET DATA TYPE jsonb;--> statement-breakpoint
|
||||
ALTER TABLE "scan_users" ALTER COLUMN "excluded_commands" SET DEFAULT '';--> statement-breakpoint
|
||||
ALTER TABLE "scan_log" ADD COLUMN "user" text;
|
||||
1
migrations/0046_chemical_the_leader.sql
Normal file
1
migrations/0046_chemical_the_leader.sql
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE "scan_users" ALTER COLUMN "excluded_commands" SET DEFAULT '[]'::jsonb;
|
||||
2149
migrations/meta/0045_snapshot.json
Normal file
2149
migrations/meta/0045_snapshot.json
Normal file
File diff suppressed because it is too large
Load Diff
2149
migrations/meta/0046_snapshot.json
Normal file
2149
migrations/meta/0046_snapshot.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -316,6 +316,20 @@
|
||||
"when": 1777666145468,
|
||||
"tag": "0044_steady_magneto",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 45,
|
||||
"version": "7",
|
||||
"when": 1778059667805,
|
||||
"tag": "0045_quick_khan",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 46,
|
||||
"version": "7",
|
||||
"when": 1778059910210,
|
||||
"tag": "0046_chemical_the_leader",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user