rkrage/pg_party

Missing in db/schema.rb

Closed this issue · 1 comments

Hi,
I'm just trying and playing around with it, and I found, that the migrations creating partitions are missing in db/schema.rb, thus the database cannot be recreated with the common rails tools.

Hi @hadmut,

That is a known limitation of this library. Please use the :sql schema format:

# config/application.rb

config.active_record.schema_format = :sql