lk | client completion date is merged into client pickup date

This commit is contained in:
Louis Knapp
2015-12-05 17:01:57 -06:00
parent ad76766402
commit f694d8c238
12 changed files with 15 additions and 28 deletions
@@ -0,0 +1,5 @@
class RemoveCompletionDateFromClient < ActiveRecord::Migration
def change
remove_column :clients, :completion_date
end
end
+1 -1
View File
@@ -11,7 +11,7 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema.define(version: 20151013231450) do
ActiveRecord::Schema.define(version: 20151205223152) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"