Create user and create schema is not happenng for postresql databse

Description

I am very new to liquibase am trying to setup new postgresql database and schema

Is there a way to create user and schema using liwuibase for postgresql databse

Environment

linux ,windows

Activity

Show:

Nathan Voxland August 27, 2013 at 4:45 PM

There is no standard createUser or createSchema but you can use standard postgres sql in a <sql> tag to create them. You need at least one schema and user for liquibase to initially connect to.

Answered Question

Details

Reporter

Components

Affects versions

Priority

Created July 4, 2013 at 7:49 AM
Updated August 27, 2013 at 4:45 PM
Resolved August 27, 2013 at 4:45 PM