mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-30 13:04:13 +00:00
update field set
This commit is contained in:
parent
d43dfa3035
commit
921f8d412e
@ -15,8 +15,7 @@ pub fn init(tx: &Transaction) -> Result<usize, Error> {
|
|||||||
`profile_id` INTEGER NOT NULL,
|
`profile_id` INTEGER NOT NULL,
|
||||||
`time` INTEGER NOT NULL,
|
`time` INTEGER NOT NULL,
|
||||||
`name` VARCHAR(255),
|
`name` VARCHAR(255),
|
||||||
`certificate` TEXT NOT NULL,
|
`pem` TEXT NOT NULL
|
||||||
`key` TEXT NOT NULL
|
|
||||||
)",
|
)",
|
||||||
[],
|
[],
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user