1. add cron module
2. add pool module
3. add tcgplayer background job
4. add card price model
This commit is contained in:
Jay
2019-01-16 16:53:08 +08:00
parent 6a41584aa2
commit 273278d322
68 changed files with 10668 additions and 5 deletions
+1
View File
@@ -0,0 +1 @@
alter table card_price drop constraint card_price_pk;
+2 -1
View File
@@ -2,7 +2,8 @@
"versions": [
{"file": "main.sql", "version": 1},
{"file": "20190106-1.sql", "version": 2},
{"file": "20190115-1.sql", "version": 3}
{"file": "20190115-1.sql", "version": 3},
{"file": "20190116-1.sql", "version": 4}
],
"test": []
}