Commit graph

7 commits

Author SHA1 Message Date
Matthew Dillon
b045ded9cd Importing base schema 2014-10-23 16:14:34 -08:00
Matthew Dillon
7e74d672ba Using struct attrs to match desired db schema 2014-10-16 09:22:27 -08:00
Matthew Dillon
7fe5566edf Create species, cleanup schema.
- create species
- species genus_id not null
2014-10-15 16:43:09 -08:00
Matthew Dillon
830a8805c9 Species Read - Order of ops:
router/routes.go
router/api.go
models/species_test.go
models/species.go
models/client.go
datastore/migrations/addspecies.sql
datastore/migrations/dropspecies.sql
datastore/species_test.go
datastore/species.go
datastore/datastore.go
api/species_test.go
api/species.go
api/handler.go
2014-10-15 13:01:11 -08:00
Matthew Dillon
59a0cfd4bf Genera: api. 2014-10-13 10:15:33 -08:00
Matthew Dillon
533adbdd09 Genera: datastore. 2014-10-13 09:55:20 -08:00
Matthew Dillon
8fa594e3f0 DB Migrations
Replacing modl’s built-in table creation and removal
with manual migrations. Thanks to @DavidHuie for
gomigrate!
2014-10-06 17:09:41 -08:00