Skip to content

Commit 17b0fe9

Browse files
Update V0001__Create_pagila_schema.sql.sql (#2)
fix for #1, Docker Postgres 9.4 failure
1 parent d827a01 commit 17b0fe9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/resources/db/migration/V0001__Create_pagila_schema.sql.sql

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ SET check_function_bodies = false;
88
SET client_min_messages = warning;
99
SET escape_string_warning = off;
1010

11+
CREATE ROLE postgres;
12+
1113
--
1214
-- Name: SCHEMA public; Type: COMMENT; Schema: -; Owner: postgres
1315
--

0 commit comments

Comments
 (0)