mirror of
https://github.com/Unleash/unleash.git
synced 2025-08-13 13:48:59 +02:00
#18 added user as a column on events-table.
This commit is contained in:
parent
b76b4d2093
commit
2244fd6c2e
@ -16,6 +16,7 @@ CREATE TABLE events (
|
||||
id serial primary key,
|
||||
created_at timestamp default now(),
|
||||
type varchar(255) NOT NULL,
|
||||
user varchar(255) NOT NULL,
|
||||
data json
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user