[Fix #144] Remove published from Procedure

This commit is contained in:
gregoirenovel 2017-07-13 10:50:17 +02:00
parent bf775b4b2b
commit 758ea612c6
2 changed files with 6 additions and 2 deletions

View file

@ -0,0 +1,5 @@
class RemovePublishedFromProcedures < ActiveRecord::Migration[5.0]
def change
remove_column :procedures, :published
end
end

View file

@ -10,7 +10,7 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema.define(version: 20170627144046) do
ActiveRecord::Schema.define(version: 20170711125429) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
@ -378,7 +378,6 @@ ActiveRecord::Schema.define(version: 20170627144046) do
t.string "logo"
t.boolean "cerfa_flag", default: false
t.string "logo_secure_token"
t.boolean "published", default: false, null: false
t.string "lien_site_web"
t.string "lien_notice"
t.boolean "for_individual", default: false