Google-IO-Extended-Grand-Rapids / conference_web

The conference app REST API
5 stars 1 forks source link

Create Default Records for Default Data #61

Closed chenry closed 9 years ago

chenry commented 9 years ago

In order to avoid the Referrential Integrity issue, I added a default Location. Similarly, there are other "default" records that should be created such that if you want to create a conference, you are not hindered by the RI tables.

Please create default records for the following: Company Conference Session Type (CodeLab, Streaming, OnSite Presenter) Location Address Presenter Room Sponsor Level

Put these default records into the liquibase file: db-changelog.006.default_data.xml

chenry commented 9 years ago

Awesome job!!! Thanks @will1771