Skip to content

Commit 5495777

Browse files
committed
Create V1_6__Alter_with_long_lock.sql
1 parent 7fae320 commit 5495777

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
BEGIN;
2+
3+
ALTER TABLE hero_data.hero DROP CONSTRAINT pk_hero_id;
4+
5+
select pg_sleep(2);
6+
7+
ROLLBACK;

0 commit comments

Comments
 (0)