-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
**Summary** two changes are introduced. - add 'BeforeLottery' to Hpfceventfcticketstatus enum, and we are going to deprecate 'Submitted'. - add 'HPEventFCTicketSite' enum to support new upfc site. **Test** - go test - go run ./cmd/ --prod ent productionize ```` ALTER TABLE `hpfc_event_tickets` MODIFY COLUMN `status` enum('BeforeLottery','Completed','PaymentOverdue','PendingPayment','Rejected','Submitted','Unknown') NOT NULL DEFAULT 'Submitted', ADD COLUMN `application_site` enum('helloproject','mline') NOT NULL DEFAULT 'helloproject'; ALTER TABLE `test_ents` AUTO_INCREMENT 111669149696; ------------------------------------------------- Target Database mysql Are you sure to run SQL above? (y/N)> ```` **Issue** - N/A
- Loading branch information
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.