mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 09:21:43 +02:00
parent
90ed23f64d
commit
b6ecae6a35
41 changed files with 1239 additions and 61 deletions
|
@ -0,0 +1,5 @@
|
|||
class ChangeActionsOperationToNotNull < ActiveRecord::Migration
|
||||
def change
|
||||
change_column_null :actions, :operation, false
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue