feat(puchase hist): finished up purhcase historical / gp updates
This commit is contained in:
1
migrations/0025_talented_vector.sql
Normal file
1
migrations/0025_talented_vector.sql
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE "alpla_purchase_history" ADD COLUMN "updated_at" timestamp DEFAULT now();
|
||||
1
migrations/0026_vengeful_wiccan.sql
Normal file
1
migrations/0026_vengeful_wiccan.sql
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE "alpla_purchase_history" ALTER COLUMN "approved_status" SET DEFAULT 'new';
|
||||
1474
migrations/meta/0025_snapshot.json
Normal file
1474
migrations/meta/0025_snapshot.json
Normal file
File diff suppressed because it is too large
Load Diff
1474
migrations/meta/0026_snapshot.json
Normal file
1474
migrations/meta/0026_snapshot.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -176,6 +176,20 @@
|
||||
"when": 1775661516749,
|
||||
"tag": "0024_absent_barracuda",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 25,
|
||||
"version": "7",
|
||||
"when": 1775755338816,
|
||||
"tag": "0025_talented_vector",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 26,
|
||||
"version": "7",
|
||||
"when": 1775786221817,
|
||||
"tag": "0026_vengeful_wiccan",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user