added a nullable 'label' column to the 'limit_classes' table (#666)

This commit is contained in:
Michael Quigley
2024-06-21 10:53:18 -04:00
parent f47da1c108
commit 1f0f779d72
4 changed files with 15 additions and 11 deletions

View File

@ -0,0 +1,3 @@
-- +migrate Up
alter table limit_classes add column label varchar(32);