We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60ab5bc commit e4a3f84Copy full SHA for e4a3f84
db/migrate/20230325132825_add_position_to_text_blocks.rb
@@ -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