refactor: remove CONFLICTS.md and inline avatar URL from migration

This commit is contained in:
2026-05-28 12:52:10 +02:00
committed by Milas Holsting
parent bf28c307c9
commit 0a0b4895de
2 changed files with 0 additions and 34 deletions

View File

@@ -1,5 +1,3 @@
-- +goose Up
ALTER TABLE user ADD COLUMN avatar_url TEXT NOT NULL DEFAULT '';
UPDATE user SET avatar_url = 'https://api.dicebear.com/9.x/dylan/svg?seed=' || username WHERE avatar_url = '';
-- +goose Down