1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-14 00:19:16 +01:00

Update 009-create-client-strategies.up.sql

This commit is contained in:
Ivar Conradi Østhus 2016-11-10 12:45:39 +01:00
parent d8f66b7136
commit 7caa7f53fe

View File

@ -1,6 +1,6 @@
--create new client_strategies table
CREATE TABLE client_strategies (
app_name varchar(255) PRIMARY KEY NOT NULL,
r timestamp default now(),
updated_at timestamp default now(),
strategies json
);