mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-01 00:08:27 +01:00
Update 009-create-client-strategies.up.sql
This commit is contained in:
parent
7ae2b4b65d
commit
3ada178ce4
@ -1,6 +1,6 @@
|
|||||||
--create new client_strategies table
|
--create new client_strategies table
|
||||||
CREATE TABLE client_strategies (
|
CREATE TABLE client_strategies (
|
||||||
app_name varchar(255) PRIMARY KEY NOT NULL,
|
app_name varchar(255) PRIMARY KEY NOT NULL,
|
||||||
r timestamp default now(),
|
updated_at timestamp default now(),
|
||||||
strategies json
|
strategies json
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user