parent
3093d9236a
commit
0f525cf2e8
@ -1,4 +0,0 @@
|
||||
module Dashboard
|
||||
class Example < ApplicationRecord
|
||||
end
|
||||
end
|
||||
@ -1,10 +0,0 @@
|
||||
class CreateDashboardExamples < ActiveRecord::Migration[7.1]
|
||||
def change
|
||||
create_table :dashboard_examples do |t|
|
||||
t.string :text
|
||||
t.text :body
|
||||
|
||||
t.timestamps
|
||||
end
|
||||
end
|
||||
end
|
||||
Loading…
Reference in new issue