liquibase.changelogs.v3_1_2.schema.yml Maven / Gradle / Ivy
databaseChangeLog:
- changeSet:
id: 3.1.2
author: GraviteeSource Team
changes:
- addColumn:
tableName: users
columns:
- column:
name: first_connection_at
type: timestamp(6)
constraints:
nullable: true
- column:
name: newsletter_subscribed
type: boolean
constraints:
nullable: true
© 2015 - 2025 Weber Informatics LLC | Privacy Policy