We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The migration db/migrate/20090728185710_adjust_yaml_column_type.rb fails when connecting to a PostgreSQL 8.4.1 database. Here is the error:
db/migrate/20090728185710_adjust_yaml_column_type.rb
PGError: ERROR: type modifier is not allowed for type "text" : ALTER TABLE "versions" ALTER COLUMN "yaml" TYPE text(65537)
The text was updated successfully, but these errors were encountered:
has anyone got a fix for this?
Sorry, something went wrong.
I believe I moved that migration aside and moved on. I haven't seen any adverse effects from that yet.
No branches or pull requests
The migration
db/migrate/20090728185710_adjust_yaml_column_type.rb
fails when connecting to a PostgreSQL 8.4.1 database. Here is the error:PGError: ERROR: type modifier is not allowed for type "text" : ALTER TABLE "versions" ALTER COLUMN "yaml" TYPE text(65537)
The text was updated successfully, but these errors were encountered: