mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 17:45: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 sqlite::Connection;
|
||||||
use std::sync::Arc;
|
use std::sync::Arc;
|
||||||
|
|
||||||
enum Field {
|
enum Table {
|
||||||
Id,
|
Id,
|
||||||
Time,
|
Time,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue