diff options
Diffstat (limited to 'log_db/src/schema.rs')
| -rw-r--r-- | log_db/src/schema.rs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/log_db/src/schema.rs b/log_db/src/schema.rs deleted file mode 100644 index 98d0df7..0000000 --- a/log_db/src/schema.rs +++ /dev/null @@ -1,7 +0,0 @@ -use super::*; - -pub struct Schema { - pub fields: Vec<String>, - pub primary_key: String, - pub secondary_keys: Vec<String>, -} |
