This website requires JavaScript.
Explore
Help
Sign in
t
/
tetratto
Watch
1
Star
0
Fork
You've already forked tetratto
0
Code
Issues
Pull requests
Projects
Releases
3
Packages
Wiki
Activity
Actions
57a69eea50
tetratto
/
sql_changes
/
posts_stack.sql
6 lines
101 B
MySQL
Raw
Normal View
History
Unescape
Escape
chore: remove features that don't compile add: posts "circle" column
2025-06-15 12:19:58 -04:00
ALTER
TABLE
posts
fix: upload only post likes ui
2025-06-15 18:22:29 -04:00
DROP
COLUMN
circle
;
add: circle stacks
2025-06-15 16:09:02 -04:00
ALTER
TABLE
posts
ADD
COLUMN
stack
BIGINT
NOT
NULL
DEFAULT
0
;
Copy permalink