updated to new Joule API
Showing
with
176 additions
and
38 deletions
Please
register
or
sign in
to comment
class AddLockedToFolderAndStream < ActiveRecord::Migration[5.2] | ||
def change | ||
add_column :db_streams, :locked, :boolean | ||
add_column :db_folders, :locked, :boolean | ||
end | ||
end |