Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- alter table tasks
- add market_max_reach int;
- alter table tasks
- add market_moderation bool default false;
- alter table tasks
- add market_status int default 0;
- alter table tasks drop column market_moderation;
Advertisement
Add Comment
Please, Sign In to add comment