mirror of
https://github.com/SOCI/soci.git
synced 2026-05-04 18:29:38 -05:00
d38b21ca67
Move directory /bin/ci to /scripts/travis
2 lines
69 B
SQL
2 lines
69 B
SQL
IF db_id('soci_test') IS NULL BEGIN CREATE DATABASE [soci_test] END;
|