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

Commit 12eb829

Browse files
committed
Make the version view return a version column.
1 parent c646d3c commit 12eb829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

before_setup.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ CREATE DATABASE IF NOT EXISTS ps_helper DEFAULT CHARACTER SET utf8;
66

77
USE ps_helper;
88

9-
CREATE OR REPLACE VIEW version AS SELECT '2.0.0';
9+
CREATE OR REPLACE VIEW version AS SELECT '2.0.0' AS version;

0 commit comments

Comments
 (0)