Skip to content

17.1.0

Compare
Choose a tag to compare
@infolinksbot infolinksbot released this 03 Dec 17:54

Cloud SQL scripts (#16)

The scripts can be conditional, by attaching conditions to them. Supported conditions are:

  • Any schema missing
  • No schema missing
  • Any table missing
  • No table missing
  • Expected row count from an SQL query
  • Composites (an "any" relation between a list of conditions, and a "all" relation between a list of conditions)

Also fixed some bugs:

  • data disk size could not be set
  • detect when attempting to reuse an instance name after deletion (Cloud SQL reserves instance names for one week)