All Downloads are FREE. Search and download functionalities are using the official Maven repository.

liquibase.harness.change.expectedSql.postgresql.9.5.createSequence.sql Maven / Gradle / Ivy

There is a newer version: 1.0.10
Show newest version
-- This test was created to reproduce a Liquibase bug. [AS] syntax is not supported by postgesql in versions prior to 10
-- https://github.com/liquibase/liquibase/issues/1429
CREATE SEQUENCE  IF NOT EXISTS test_sequence START WITH 1 INCREMENT BY 1 MINVALUE 1




© 2015 - 2025 Weber Informatics LLC | Privacy Policy