jgarber / radiant-chronicle-extension

Provides history, diffs, and dev-only drafts to Radiant CMS
Other
42 stars 17 forks source link

Migration fails with PostgreSQL 8.4.1 #47

Open rca opened 14 years ago

rca commented 14 years ago

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)

smooshy commented 13 years ago

has anyone got a fix for this?

rca commented 13 years ago

I believe I moved that migration aside and moved on. I haven't seen any adverse effects from that yet.