Gui improvements, ordering
This commit is contained in:
parent
6db0b64f4c
commit
42c077f6ab
28 changed files with 105 additions and 40 deletions
5
db/migrate/20241101013336_change_position_on_elements.rb
Normal file
5
db/migrate/20241101013336_change_position_on_elements.rb
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
class ChangePositionOnElements < ActiveRecord::Migration[7.2]
|
||||
def change
|
||||
change_column(:elements, :position, :integer, default: nil, null: false)
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue