meetings added, documents added
This commit is contained in:
11
db/migrate/20141126115125_create_meetingtyps.rb
Normal file
11
db/migrate/20141126115125_create_meetingtyps.rb
Normal file
@@ -0,0 +1,11 @@
|
||||
class CreateMeetingtyps < ActiveRecord::Migration
|
||||
def change
|
||||
create_table :meetingtyps do |t|
|
||||
t.string :name
|
||||
t.text :desc
|
||||
t.boolean :agendaintern, :default=>false
|
||||
t.boolean :protocolintern, :default=>true
|
||||
t.timestamps
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user