memos/proto
Johnny 0f3c9a467d refactor: migrate HOST roles to ADMIN
- Updated the isSuperUser function to only check for ADMIN role.
- Added SQL migration scripts for MySQL, PostgreSQL, and SQLite to change user roles from HOST to ADMIN.
- Created a new SQLite migration to alter the user table structure and ensure data integrity during the migration process.
2026-01-20 23:38:30 +08:00
..
api/v1 refactor: migrate HOST roles to ADMIN 2026-01-20 23:38:30 +08:00
gen refactor: migrate HOST roles to ADMIN 2026-01-20 23:38:30 +08:00
store refactor: remove NSFW content settings from instance configuration 2025-12-29 20:13:54 +08:00
buf.gen.yaml fix: openapi generation (#5349) 2025-12-15 10:55:04 +08:00
buf.lock chore: update gitignore 2025-04-17 23:11:36 +08:00
buf.yaml chore: update gitignore 2025-04-17 23:11:36 +08:00
README.md

Guide

Prerequisites

Generate

buf generate

Format

buf format -w