Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c9067179ff | |||
| 5e3b5e83a4 | |||
| d4e62b1fb1 |
@@ -1 +1 @@
|
|||||||
0.4.8
|
0.4.9
|
||||||
|
|||||||
Binary file not shown.
@@ -149,6 +149,8 @@ function migrateSaveRecords(db: Database.Database): void {
|
|||||||
{ col: 'request_url', def: 'TEXT' },
|
{ col: 'request_url', def: 'TEXT' },
|
||||||
{ col: 'ip_location', def: 'TEXT' },
|
{ col: 'ip_location', def: 'TEXT' },
|
||||||
{ col: 'original_folder_name', def: 'TEXT' },
|
{ col: 'original_folder_name', def: 'TEXT' },
|
||||||
|
{ col: 'config_id', def: 'INTEGER' },
|
||||||
|
{ col: 'promotion_account', def: 'TEXT' },
|
||||||
];
|
];
|
||||||
for (const { col, def } of newCols) {
|
for (const { col, def } of newCols) {
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user