We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f1c2c2 commit c16144aCopy full SHA for c16144a
schema.sql
@@ -542,7 +542,7 @@ CREATE TABLE activity_logs (
542
actor_id INT REFERENCES users(id) ON DELETE CASCADE ON UPDATE CASCADE NOT NULL,
543
target_model_type TEXT NOT NULL,
544
target_model_id BIGINT NOT NULL,
545
- ip INET,
+ ip INET
546
);
547
CREATE INDEX IF NOT EXISTS index_activity_logs_on_actor_id ON activity_logs (actor_id);
548
CREATE INDEX IF NOT EXISTS index_activity_logs_on_activity_type ON activity_logs (activity_type);
0 commit comments