aquametalabs / aquameta

Web development platform built entirely in PostgreSQL
GNU General Public License v3.0
1.1k stars 52 forks source link

Support version control for meta entities like schema, table and column #84

Closed erichanson closed 5 years ago

erichanson commented 6 years ago

Right now, the bundle system just ignores everything in the meta system catalog. Remove the ignored_row entries for meta tables, and start version controlling schema, functions, etc.

erichanson commented 5 years ago

Works!