Skip to content

Commit b130db8

Browse files
ferishililuniki
andauthored
remove unwanted expireTableScheme
Co-authored-by: luniki <github@luniki.de>
1 parent 7177d0a commit b130db8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

migrations/113_add_config_timeouts.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ public function up()
1515
ADD COLUMN `timeout_ms` INT DEFAULT 0 AFTER `service_version`,
1616
ADD COLUMN `connect_timeout_ms` INT DEFAULT 2000 AFTER `timeout_ms`
1717
");
18-
19-
SimpleOrMap::expireTableScheme();
2018
}
2119

2220
public function down()

0 commit comments

Comments
 (0)