OrangeGuidanceTomestone/server/migrations/13_allow_multi_use_tokens.sql

3 lines
73 B
MySQL
Raw Normal View History

alter table extra_tokens
add column uses integer not null default 1;