diary / user bits
This commit is contained in:
parent
3aabf07e10
commit
f9baf5f392
10 changed files with 28 additions and 9 deletions
10
db/migrate/017_create_diary_entries.rb
Normal file
10
db/migrate/017_create_diary_entries.rb
Normal file
|
@ -0,0 +1,10 @@
|
|||
class CreateDiaryEntries < ActiveRecord::Migration
|
||||
def self.up
|
||||
create_table :diary_entries do |t|
|
||||
end
|
||||
end
|
||||
|
||||
def self.down
|
||||
drop_table :diary_entries
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue