列「isGroup」の値を値「public」に変更しようとしています。
移行を作成しました:
Post.connection.execute("update Posts set isgroup='public'")
ただし、次のエラーが発生します。
PGError: ERROR: column "isgroup" of relation "posts" does not exist
残念ながら、connection.execute移行と同時に移行を作成する列を実行しました。ただし、「isGroup」列はHerokuに存在するため、列が表示されていないのは奇妙です。
何かアドバイス?