Make exports#key not-null
This commit is contained in:
parent
fc49b7952e
commit
7f3d4a26ad
3 changed files with 8 additions and 3 deletions
5
db/migrate/20210402163003_exports_key_not_null.rb
Normal file
5
db/migrate/20210402163003_exports_key_not_null.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class ExportsKeyNotNull < ActiveRecord::Migration[6.1]
|
||||
def change
|
||||
change_column_null :exports, :key, false
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue