diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-09-11 14:49:25 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-09-11 14:49:25 -0700 |
commit | b9b79a7b7385ba18654d51bc2ca1b5d07f191d0e (patch) | |
tree | 3308d41627f67ed5f988016671e57e9b47a992e2 /rust/src/database_models.rs | |
parent | 2aef3c1dbf75ae374862a12e6d6a680d9ce78720 (diff) | |
download | fatcat-b9b79a7b7385ba18654d51bc2ca1b5d07f191d0e.tar.gz fatcat-b9b79a7b7385ba18654d51bc2ca1b5d07f191d0e.zip |
finish fatcat-api => fatcat-api-spec refactor
Diffstat (limited to 'rust/src/database_models.rs')
-rw-r--r-- | rust/src/database_models.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/src/database_models.rs b/rust/src/database_models.rs index 93e6a0fe..02d2be4f 100644 --- a/rust/src/database_models.rs +++ b/rust/src/database_models.rs @@ -2,7 +2,7 @@ use api_helpers::uuid2fcid; use chrono; use database_schema::*; use errors::*; -use fatcat_api::models::{ChangelogEntry, Editgroup, EntityEdit}; +use fatcat_api_spec::models::{ChangelogEntry, Editgroup, EntityEdit}; use serde_json; use uuid::Uuid; |