rDrama/migrations/20231012-more-orgy-automati...

4 lines
175 B
SQL

alter table orgies add column start_utc int not null;
alter table orgies add column started bool not null;
update modactions set kind='schedule_orgy' where kind='start_orgy';