- Implement kick functionality with add, remove, and check operations - Add file management with create, request, and verify operations - Update database schema with new tables and columns - Enhance command handling in client module for new features - Fix argument order in verify_password function
2 lines
67 B
SQL
2 lines
67 B
SQL
ALTER TABLE files
|
|
ADD COLUMN admin_verified BOOLEAN DEFAULT FALSE;
|