stoptime-rs/migrations
Paul van Tilburg 0b7471467e Switch FLOAT types to DOUBLE in the database
SQLite has no NUMERIC(8,3) type, which it should acutally be.
Switch to DOUBLE, because FLOAT maps to f32 which is not supported
by GraphQL.
2019-07-09 12:18:54 +02:00
..
2019-06-08-185935_create_company_infos Add first version of the diesel schema and models 2019-06-10 10:24:50 +02:00
2019-06-08-190258_create_customers Switch FLOAT types to DOUBLE in the database 2019-07-09 12:18:54 +02:00
2019-06-08-190712_create_invoices Add first version of the diesel schema and models 2019-06-10 10:24:50 +02:00
2019-06-08-190852_create_tasks Switch FLOAT types to DOUBLE in the database 2019-07-09 12:18:54 +02:00
2019-06-08-191009_create_time_entries Add first version of the diesel schema and models 2019-06-10 10:24:50 +02:00
.gitkeep Add first version of the diesel schema and models 2019-06-10 10:24:50 +02:00