netcreateorg / netcreate-2018

Please report bugs, problems, ideas in the project Issues page: https://github.com/netcreateorg/netcreate-2018/issues
Other
11 stars 2 forks source link

Scan for new fields for migration #260

Closed benloh closed 1 year ago

benloh commented 1 year ago

Default templates should auto-migrate. Rather than a complex system of keeping track of version numbers, just use the db equivalent of browser feature-checking: check for the absence of fields and add/update as necessary.

benloh commented 1 year ago

Implemented with aac5445cb6a29effea432e8e68f5d6aa36e44aa0 and #252