mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 17:04:23 -05:00
Added framework for Item and Employee Models
This commit is contained in:
7
db/migrate/005_create_qbo_employees.rb
Normal file
7
db/migrate/005_create_qbo_employees.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
class CreateQboEmployees < ActiveRecord::Migration
|
||||
def change
|
||||
create_table :qbo_employees do |t|
|
||||
t.string :name
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user