From b32a1a297fe5b0baf00162adf4b7cc258441c2b2 Mon Sep 17 00:00:00 2001 From: yggverse Date: Sat, 16 Nov 2024 09:48:59 +0200 Subject: [PATCH] remove extra fields --- src/profile/identity/database.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/profile/identity/database.rs b/src/profile/identity/database.rs index fccf8fb0..105aeab5 100644 --- a/src/profile/identity/database.rs +++ b/src/profile/identity/database.rs @@ -13,8 +13,6 @@ pub fn init(tx: &Transaction) -> Result { ( `id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, `profile_id` INTEGER NOT NULL, - `time` INTEGER NOT NULL, - `name` VARCHAR(255), `pem` TEXT NOT NULL )", [],