feat: implement wiki and wiki content management system including database schemas, DTOs, and API endpoints
All checks were successful
Build and Release / release (push) Successful in 1m33s
All checks were successful
Build and Release / release (push) Successful in 1m33s
This commit is contained in:
1
db/migrations/000016_wiki_content.down.sql
Normal file
1
db/migrations/000016_wiki_content.down.sql
Normal file
@@ -0,0 +1 @@
|
||||
DROP TABLE IF EXISTS wiki_content;
|
||||
Reference in New Issue
Block a user