mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
rename enum
This commit is contained in:
parent
fa6e9d7128
commit
ad3f6083e1
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
use sqlite::Connection;
|
||||
use std::sync::Arc;
|
||||
|
||||
enum Field {
|
||||
enum Table {
|
||||
Id,
|
||||
Time,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue