Added biometrics for avatars.

This commit is contained in:
DebaucheryLibrarian
2026-07-05 04:02:00 +02:00
parent 32a3f876e3
commit 525bca255b
9 changed files with 912 additions and 28 deletions

View File

@@ -76,7 +76,7 @@ exports.up = async (knex) => {
});
await knex.schema.createTable('media', (table) => {
table.text('id', 21)
table.string('id', 21)
.primary();
table.text('path');