aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/postgresql/schema_definitions.rb
Commit message (Collapse)AuthorAgeFilesLines
* pg, preserve money type when dumping schema and extract money default.Yves Senn2014-06-031-0/+4
|
* Respect limit for PG bit stringsSean Griffin2014-06-031-19/+19
|
* pg, preserve type when schema dumping bit and bit varying columns.Yves Senn2014-06-031-0/+8
|
* pg, preserve point type when schema dumping.Yves Senn2014-06-031-0/+4
|
* pg, remove duplicated code.Yves Senn2014-05-241-4/+0
|
* pg, extract schema definitions into separate file.Yves Senn2014-05-241-0/+138
This mirrors the layout of abstract adapter and puts the definitions inside the `PostgreSQL` namespace (no longer under the adapter namespace). /cc @kares