fix: upload only post likes ui

This commit is contained in:
trisua 2025-06-15 18:22:29 -04:00
parent 56cea83933
commit a7c0046762
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
ALTER TABLE posts
ADD COLUMN circle BIGINT NOT NULL DEFAULT 0;
DROP COLUMN circle;
ALTER TABLE posts
ADD COLUMN stack BIGINT NOT NULL DEFAULT 0;