mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
feat(api): ✨ Implement indexing toggle and followers/following privacy settings
This commit is contained in:
parent
666eef063c
commit
9d1d56bd08
15 changed files with 4854 additions and 15 deletions
2
drizzle/migrations/0046_wooden_electro.sql
Normal file
2
drizzle/migrations/0046_wooden_electro.sql
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
ALTER TABLE "Users" ADD COLUMN "is_hiding_collections" boolean DEFAULT false NOT NULL;--> statement-breakpoint
|
||||
ALTER TABLE "Users" ADD COLUMN "is_indexable" boolean DEFAULT false NOT NULL;
|
||||
1
drizzle/migrations/0047_black_vermin.sql
Normal file
1
drizzle/migrations/0047_black_vermin.sql
Normal file
|
|
@ -0,0 +1 @@
|
|||
ALTER TABLE "Users" ALTER COLUMN "is_indexable" SET DEFAULT true;
|
||||
2363
drizzle/migrations/meta/0046_snapshot.json
Normal file
2363
drizzle/migrations/meta/0046_snapshot.json
Normal file
File diff suppressed because it is too large
Load diff
2363
drizzle/migrations/meta/0047_snapshot.json
Normal file
2363
drizzle/migrations/meta/0047_snapshot.json
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -323,6 +323,20 @@
|
|||
"when": 1738087527661,
|
||||
"tag": "0045_polite_mikhail_rasputin",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 46,
|
||||
"version": "7",
|
||||
"when": 1743358605315,
|
||||
"tag": "0046_wooden_electro",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 47,
|
||||
"version": "7",
|
||||
"when": 1743359397906,
|
||||
"tag": "0047_black_vermin",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue