We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2b7cb0 commit 626d590Copy full SHA for 626d590
Scripts/Migrations/3.sql
@@ -6,7 +6,7 @@ BEGIN
6
7
raise notice 'Started';
8
9
- ALTER TABLE TaskPrototype ALTER COLUMN CronExpression TYPE varchar (255)
+ ALTER TABLE TaskPrototype ALTER COLUMN CronExpression TYPE varchar (255);
10
11
raise notice 'Altered TaskPrototype';
12
raise notice 'Change CronExpression TYPE to varchar (255)';
0 commit comments