mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-11 00:08:30 +01:00
s/user/created_by/g in 001-initial-schema.up.sql
This commit is contained in:
parent
31a8a9adc8
commit
7e8c15c30b
@ -16,7 +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,
|
created_by varchar(255) NOT NULL,
|
||||||
data json
|
data json
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user