BATCH-328: applied patch for samples
This commit is contained in:
3
spring-batch-samples/src/main/sql/sqlserver.vpp
Normal file
3
spring-batch-samples/src/main/sql/sqlserver.vpp
Normal file
@@ -0,0 +1,3 @@
|
||||
#macro (sequence $name)CREATE TABLE ${name} (ID BIGINT IDENTITY);
|
||||
#end
|
||||
#macro (notnull $name $type)ALTER COLUMN ${name} ${type} NOT NULL#end
|
||||
Reference in New Issue
Block a user