Files
nadir-webui/db.sqlite
T

93 lines
100 KiB
Plaintext
Raw Normal View History

2026-06-26 00:31:29 +02:00
SQLite format 3@ .ú
-&5
þ Ó ¤ ™
×f p G :-Øv Ÿâí¼&±ctablesettingssettingsCREATE TABLE `settings` (
`key` text PRIMARY KEY,
`updated_at` integer NOT NULL,
2026-06-22 17:47:16 +02:00
`value` text NOT NULL
)/Cindexsqlite_autoindex_settings_1settingsWƒtablemachinesmachinesCREATE TABLE `machines` (
`id` text PRIMARY KEY,
`name` text,
`order` integer UNIQUE,
2026-06-22 17:47:16 +02:00
`token` text NOT NULL
, `address` text DEFAULT 'http://127.0.0.1:9999' NOT NULL, `ca_cert` text)/Cindexsqlite_autoindex_machines_2machines/Cindexsqlite_autoindex_machines_1machinesC%#indexverification_identifier_idxverificationCREATE INDEX `verification_identifier_idx` ON `verification` (`identifier`)j5! indextwoFactor_userId_idxtwo_factorCREATE INDEX `twoFactor_userId_idx` ON `two_factor` (`user_id`)i5! indextwoFactor_secret_idxtwo_factorCREATE INDEX `twoFactor_secret_idx` ON `two_factor` (`secret`)`1indexsession_userId_idxsessionCREATE INDEX `session_userId_idx` ON `session` (`user_id`)`1indexaccount_userId_idxaccountCREATE INDEX `account_userId_idx` ON `account` (`user_id`)p
%%ƒ#tableverificationverificationCREATE TABLE `verification` (
`id` text PRIMARY KEY,
`identifier` text NOT NULL,
`value` text NOT NULL,
`expires_at` integer NOT NULL,
`created_at` integer NOT NULL,
`updated_at` integer NOT NULL
)7K%indexsqlite_autoindex_verification_1verificationƒ5 †Mtableuseruser
CREATE TABLE `user` (
`id` text PRIMARY KEY,
`name` text NOT NULL,
`email` text NOT NULL UNIQUE,
`email_verified` integer DEFAULT false NOT NULL,
`image` text,
`created_at` integer NOT NULL,
`updated_at` integer NOT NULL,
`role` text,
`banned` integer DEFAULT false,
`ban_reason` text,
`ban_expires` integer,
`two_factor_enabled` integer DEFAULT false,
`username` text UNIQUE,
`display_username` text
)' ;indexsqlite_autoindex_user_3user
' ;indexsqlite_autoindex_user_2user '
;indexsqlite_autoindex_user_1user ;!!„Atabletwo_factortwo_factorCREATE TABLE `two_factor` (
`id` text PRIMARY KEY,
`secret` text NOT NULL,
`backup_codes` text NOT NULL,
`user_id` text NOT NULL,
`verified` integer DEFAULT true,
CONSTRAINT `fk_two_factor_user_id_user_id_fk` FOREIGN KEY (`user_id`) REFERENCES `user`(`id`) ON DELETE CASCADE
)3G!indexsqlite_autoindex_two_factor_1two_factor ƒtablesessionsessionCREATE TABLE `session` (
`id` text PRIMARY KEY,
`expires_at` integer NOT NULL,
`token` text NOT NULL UNIQUE,
`created_at` integer NOT NULL,
`updated_at` integer NOT NULL,
`ip_address` text,
`user_agent` text,
`user_id` text NOT NULL,
`impersonated_by` text,
CONSTRAINT `fk_session_user_id_user_id_fk` FOREIGN KEY (`user_id`) REFERENCES `user`(`id`) ON DELETE CASCADE
)-Aindexsqlite_autoindex_session_2session-Aindexsqlite_autoindex_session_1sessionƒy‡ItableaccountaccountCREATE TABLE `account` (
`id` text PRIMARY KEY,
`account_id` text NOT NULL,
`provider_id` text NOT NULL,
`user_id` text NOT NULL,
`access_token` text,
`refresh_token` text,
`id_token` text,
`access_token_expires_at` integer,
`refresh_token_expires_at` integer,
`scope` text,
`password` text,
`created_at` integer NOT NULL,
`updated_at` integer NOT NULL,
CONSTRAINT `fk_account_user_id_user_id_fk` FOREIGN KEY (`user_id`) REFERENCES `user`(`id`) ON DELETE CASCADE
)-Aindexsqlite_autoindex_account_1accountH553table__drizzle_migrations__drizzle_migrationsCREATE TABLE "__drizzle_migrations" (
id INTEGER PRIMARY KEY,
2026-06-26 00:31:29 +02:00
hash text NOT NULL,
2026-06-25 14:46:48 +02:00
created_at numeric,
name text,
applied_at TEXT
2026-06-22 17:47:16 +02:00
)

îýr
î
E=054cbc685c503e896868be9cd646b3c4134ec177aee4c93080a071a06f0f92b6Ÿ«±À20260625212440_modern_spiral2026-06-25T21:24:44.525Z
2026-06-22 17:47:16 +02:00
S=d55385dc10a0807eff69653fb54aba16c82e34ea2e447226ecf3a606247c4a2bžìŠø20260621233631_silent_otto_octavius2026-06-21T23:37:33.786Z
E=422ad3a5268080996df6ec9262ec3691f5ee3bbb255e324628a8ee750100afdcžì]`820260621224643_moaning_logan2026-06-21T23:37:33.786Z}
2026-06-22 17:47:16 +02:00
==33e8d09f5b03329a33f8e66032388ae71b68e1c3c8eadc13f086ee1118731e55žé|ð20260621092126_real_klaw2026-06-21T23:37:33.
··Ü$MHY44j3c2VoXtaK4OUJAJdkjtDj759GCw#M LBlPZXLbPTOFeYpeB3fCpDOUT3KG2GaE
2026-06-25 23:11:32 +02:00
··Ü$M2ca3NU1YjwiJPUV713R06KqNecrVv20g#M C1BtugcsqBu01TTPJGvKfL0eFtBgs7DL
2026-06-25 14:46:48 +02:00
·Ü·$MsRzecZ3K8Qqb0Z7rPoVuIUG3kD3gBIST#M HcyeeqaQV5kM2YIDuJJaad1exKn0ZF0g
2026-06-25 23:11:32 +02:00

2026-06-25 14:46:48 +02:00
··Ü$Mdr9HxSYKcXUpc9QdAQzBJRA450MgfoPY#M iy2K4d5jvfOpCIan0d225Zk17risZBBN
2026-06-26 00:31:29 +02:00
ÐÐç1m.isaia@urania.dev7 mirko.isaia@gmail.com
üèòè  urania Admin
Ü#M svxzyvvKOWIsdG22T4yT5gcITazPox5x