1
0

Added Unit types

This commit is contained in:
cryptogopher
2019-08-15 22:30:15 +02:00
parent b0789e6217
commit 8082e42225
6 changed files with 53 additions and 6 deletions

View File

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