Incrementing version for Nim and Groovy implementations.
This commit is contained in:
@ -12,10 +12,10 @@ import org.slf4j.LoggerFactory
|
||||
|
||||
public class DbMigrate {
|
||||
|
||||
public static final VERSION = "ALPHA"
|
||||
public static final VERSION = "0.2.1"
|
||||
|
||||
public static final def DOC = """\
|
||||
db-migrate (groovy) v${VERSION}
|
||||
db-migrate.groovy v${VERSION}
|
||||
|
||||
Usage:
|
||||
|
||||
@ -116,7 +116,7 @@ Options:
|
||||
|
||||
return [upFile, downFile] }
|
||||
|
||||
public static def createMigrationsTable() {
|
||||
public def createMigrationsTable() {
|
||||
sql.execute('''
|
||||
CREATE TABLE IF NOT EXISTS migrations (
|
||||
id SERIAL PRIMARY KEY,
|
||||
|
Reference in New Issue
Block a user