From 35f56213a2c0f4f09047380659f8fd1854714340 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Tue, 15 May 2018 04:07:14 +0100 Subject: [PATCH] lib/postgres/shell_function.sql --- lib/postgres/shell_function.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/postgres/shell_function.sql b/lib/postgres/shell_function.sql index cb86b66b..d710974d 100644 --- a/lib/postgres/shell_function.sql +++ b/lib/postgres/shell_function.sql @@ -1,5 +1,5 @@ DROP TABLE IF EXISTS shell_function; -CREATE TABLE shell_function ( +CREATE TABLE IF NOT EXISTS shell_function ( name VARCHAR(255) PRIMARY KEY, code TEXT ); -- 2.47.3