feat: reminder email opt-in 1 hour before registration opens
This commit is contained in:
@@ -18,14 +18,17 @@
|
||||
"persistent": true
|
||||
},
|
||||
"db:push": {
|
||||
"cache": false
|
||||
"cache": false,
|
||||
"interactive": true
|
||||
},
|
||||
"db:generate": {
|
||||
"cache": false
|
||||
"cache": false,
|
||||
"interactive": true
|
||||
},
|
||||
"db:migrate": {
|
||||
"cache": false,
|
||||
"persistent": true
|
||||
"persistent": true,
|
||||
"interactive": true
|
||||
},
|
||||
"db:studio": {
|
||||
"cache": false,
|
||||
|
||||
Reference in New Issue
Block a user