Finish MVP for content editing
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
class CreateEditableContents < ActiveRecord::Migration[8.0]
|
||||
def change
|
||||
create_table :editable_contents do |t|
|
||||
t.string :path
|
||||
t.string :context
|
||||
t.string :key
|
||||
t.string :lang, default: "en"
|
||||
t.text :content
|
||||
|
||||
Reference in New Issue
Block a user