mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 09:35:28 +00:00
remove extra fields
This commit is contained in:
parent
921f8d412e
commit
b32a1a297f
1 changed files with 0 additions and 2 deletions
|
|
@ -13,8 +13,6 @@ pub fn init(tx: &Transaction) -> Result<usize, Error> {
|
||||||
(
|
(
|
||||||
`id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL,
|
`id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL,
|
||||||
`profile_id` INTEGER NOT NULL,
|
`profile_id` INTEGER NOT NULL,
|
||||||
`time` INTEGER NOT NULL,
|
|
||||||
`name` VARCHAR(255),
|
|
||||||
`pem` TEXT NOT NULL
|
`pem` TEXT NOT NULL
|
||||||
)",
|
)",
|
||||||
[],
|
[],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue