1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

orm: fix unique fields (#11045)

This commit is contained in:
Louis Schmieder
2021-08-06 05:21:59 +02:00
committed by GitHub
parent 490dec222f
commit a4358a6801
3 changed files with 81 additions and 2 deletions

View File

@@ -870,7 +870,7 @@ jobs:
git clone --depth 1 https://github.com/vlang/gitly
cd gitly
../v .
# ./gitly -ci_run #TODO
./gitly -ci_run
../v -autofree .
cd ..