stoptime-rs/src/models
Paul van Tilburg 1559936d4b Add new (insertable) models and associations to models
Also make models updateable (by deriving `AsChangeset`), debuggable
(by deriving `Debug`) and identifiable (by deriving `Identifiable`).

Note that the `CompanyInfo` is not updateable as a new revision
should be created.  Leaving this derive out ensure we cannot
accidentally update it.
2019-06-10 10:24:53 +02:00
..
company_info.rs Add new (insertable) models and associations to models 2019-06-10 10:24:53 +02:00
customer.rs Add new (insertable) models and associations to models 2019-06-10 10:24:53 +02:00
invoice.rs Add new (insertable) models and associations to models 2019-06-10 10:24:53 +02:00
task.rs Add new (insertable) models and associations to models 2019-06-10 10:24:53 +02:00
time_entry.rs Add new (insertable) models and associations to models 2019-06-10 10:24:53 +02:00