Skip to content

Commit e4a3f84

Browse files
committed
Add position:integer column to text_blocks table
1 parent 60ab5bc commit e4a3f84

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
class AddPositionToTextBlocks < ActiveRecord::Migration[5.2]
2+
def change
3+
add_column :text_blocks, :position, :integer
4+
end
5+
end

0 commit comments

Comments
 (0)