Skip to content

Commit

Permalink
[Server] fix vtap_repo table init sql
Browse files Browse the repository at this point in the history
  • Loading branch information
roryye authored and SongZhen0704 committed May 9, 2024
1 parent 7c1c195 commit 02fd62c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/controller/db/mysql/migration/rawsql/init.sql
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ TRUNCATE TABLE plugin;

CREATE TABLE IF NOT EXISTS vtap_repo (
id INTEGER NOT NULL AUTO_INCREMENT PRIMARY KEY,
name VCHAR(512),
name VARCHAR(512),
arch VARCHAR(256) DEFAULT '',
os VARCHAR(256) DEFAULT '',
branch VARCHAR(256) DEFAULT '',
Expand Down

0 comments on commit 02fd62c

Please sign in to comment.