mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
orm: improve an fkey error a bit
This commit is contained in:
@ -16,7 +16,7 @@ const (
|
||||
)
|
||||
|
||||
pub struct ClientState {
|
||||
mut:
|
||||
pub mut:
|
||||
state State = .closed // current state of connection
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user