我滴个乖乖
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
INSERT INTO VersionState (Name, Value)
|
||||
VALUES ('Version', @Version)
|
||||
ON CONFLICT(Name) DO UPDATE SET Value = @Version;
|
||||
Reference in New Issue
Block a user