1
0

Added new Unit form

This commit is contained in:
cryptogopher
2019-08-10 23:31:20 +02:00
parent 2cd9900cea
commit b0789e6217
10 changed files with 65 additions and 17 deletions

View File

@@ -1,6 +1,7 @@
class CreateUnits < ActiveRecord::Migration
def change
create_table :units do |t|
t.references :project_id
t.string :name
t.string :shortname
t.integer :type