Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit b8cc207

Browse files
committed
Update version
1 parent 435155c commit b8cc207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

before_setup.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ CREATE DATABASE IF NOT EXISTS sys DEFAULT CHARACTER SET utf8;
2121

2222
USE sys;
2323

24-
CREATE OR REPLACE VIEW version AS SELECT '1.2.0' AS sys_version, version() AS mysql_version;
24+
CREATE OR REPLACE VIEW version AS SELECT '1.3.0' AS sys_version, version() AS mysql_version;

0 commit comments

Comments
 (0)