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

This commit is contained in:
2026-05-28 12:52:10 +02:00
parent 5dd49e585a
commit 54b03f85a2
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