status-im/status-go

View on GitHub
protocol/migrations/sqlite/1707841194_add_profile_showcase_preferences.up.sql

Summary

Maintainability
Test Coverage
CREATE TABLE profile_showcase_preferences (
    clock INT DEFAULT 0
);

INSERT INTO profile_showcase_preferences (clock) VALUES (0);