Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
d1167ff9da
refactor: Enhance database initialization script by improving comment removal, handling multi-line statements, and ensuring balanced parentheses for CREATE TABLE and CREATE INDEX statements
02027bba62
refactor: Improve database initialization script by separating CREATE TABLE and CREATE INDEX statements, enhancing error handling, and providing clearer logging
c47e59378b
feat: Enhance database initialization script to create target database if it doesn't exist and improve error handling
ca6fa71f38
feat: Migrate data storage to PostgreSQL with schema setup, initialization script, and update documentation