Skip to main content
Makenot
.
work
Discover
Use Cases
Docs
Fan+
Login
Join
max
/
makenotwork
lane-a-pipeline
main
tag: launch-2026-06-01
Files
Commits
Issues
makenotwork
/
server
/
migrations
/
099_promo_code_starts_at.sql
136 B · 3 lines
History
Blame
Raw
1
--
Add starts_at column for scheduling promo codes to activate in the future.
2
ALTER
TABLE
promo_codes ADD COLUMN starts_at
TIMESTAMP
TZ
;
3