Fix pre-commit error

This commit is contained in:
vishesh92 2026-04-29 13:15:47 +05:30
parent 436d0bfe01
commit b9a8f0f9eb
No known key found for this signature in database
GPG Key ID: 4E395186CBFA790B
1 changed files with 0 additions and 1 deletions

View File

@ -282,4 +282,3 @@ CREATE TABLE IF NOT EXISTS `cloud`.`kms_database_kek_objects` (
--- Disable/enable NICs
CALL `cloud`.`IDEMPOTENT_ADD_COLUMN`('cloud.nics','enabled', 'TINYINT(1) NOT NULL DEFAULT 1 COMMENT ''Indicates whether the NIC is enabled or not'' ');