feat: Backend changes for article and categories ordering (#6655)
This commit is contained in:
5
db/migrate/20230313113920_add_position_to_articles.rb
Normal file
5
db/migrate/20230313113920_add_position_to_articles.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddPositionToArticles < ActiveRecord::Migration[6.1]
|
||||
def change
|
||||
add_column :articles, :position, :integer
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user