PostgreSQL schema: datatype updates, remove unused column, add table
authorGreg Sabino Mullane <greg@turnstep.com>
Sat, 24 Mar 2012 23:33:31 +0000 (19:33 -0400)
committerDemon <chadh@wikimedia.org>
Wed, 4 Apr 2012 13:15:51 +0000 (09:15 -0400)
commit98b92963034f9bc43e7471486b5c71b71be66f33
tree101d988211614d26bd7d73a41e1ded57035b7a53
parent18b506e9fd9e7398a82e442de5c6e76f585674e6
PostgreSQL schema: datatype updates, remove unused column, add table

* More allowed data type conversions from MySQL to PostgreSQL
* Allow for data type SMALLINT: seen for first time!
* Handle CREATE TYPE: check for dupes, and allow the name as a valid data type.
* Remove the now-deprecated user_options column.
* Add new table "config"

Change-Id: I18e67bcb131b88bfaea7e736f302dd79ebfc9b82
maintenance/postgres/compare_schemas.pl
maintenance/postgres/tables.sql