frontends -> share_frontends; CanAccessShare refactoring (#650)

This commit is contained in:
Michael Quigley
2024-06-17 12:12:38 -04:00
parent f260449604
commit f174abd18f
6 changed files with 37 additions and 26 deletions

View File

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