limit_classes added 'frontends' column (#650)

This commit is contained in:
Michael Quigley 2024-06-17 11:32:04 -04:00
parent 0b58835aad
commit a1b3b16cff
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,3 @@
-- +migrate Up
alter table limit_classes add column frontends int not null default (-1);

View File

@ -0,0 +1,3 @@
-- +migrate Up
alter table limit_classes add column frontends int not null default (-1);