Skip to content

Commit 6bf44fe

Browse files
committed
Update migration script
1 parent a2e8c5e commit 6bf44fe

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

RequestTests.paw

-1 Bytes
Binary file not shown.

Scripts/Migrations/2.sql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ BEGIN
3737
set version = 3
3838
where version = 2;
3939

40+
DROP EXTENSION IF EXISTS "uuid-ossp";
41+
raise notice 'Drop EXTENSION uuid-ossp';
42+
4043
end if;
4144

4245
raise notice 'Complete';

0 commit comments

Comments
 (0)