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