f57e811e38322f">30f7226d9a first commit 2 lat temu tailwind-color-palette 30f7226d9a first commit 2 lat temu tailwindcss 30f7226d9a first commit 2 lat temu thenify 30f7226d9a first commit 2 lat temu thenify-all 30f7226d9a first commit 2 lat temu to-regex-range 30f7226d9a first commit 2 lat temu tr46 30f7226d9a first commit 2 lat temu ts-interface-checker 30f7226d9a first commit 2 lat temu uglify-js 30f7226d9a first commit 2 lat temu underscore 30f7226d9a first commit 2 lat temu upper-case 30f7226d9a first commit 2 lat temu util-deprecate 30f7226d9a first commit 2 lat temu valid-data-url 30f7226d9a first commit 2 lat temu web-resource-inliner 30f7226d9a first commit 2 lat temu webidl-conversions 30f7226d9a first commit 2 lat temu whatwg-url 30f7226d9a first commit 2 lat temu wrap-ansi 30f7226d9a first commit 2 lat temu wrappy 30f7226d9a first commit 2 lat temu y18n 30f7226d9a first commit 2 lat temu yallist 30f7226d9a first commit 2 lat temu yaml 30f7226d9a first commit 2 lat temu yargs 30f7226d9a first commit 2 lat temu yargs-parser 30f7226d9a first commit 2 lat temu .yarn-integrity 30f7226d9a first commit 2 lat temu tum/coi - Gogs: Simplico Git Service

Nessuna descrizione

create-database.sql 112B

123456
  1. IF NOT EXISTS (SELECT name FROM sys.databases WHERE name = N'coi_db')
  2. BEGIN
  3. CREATE DATABASE coi_db;
  4. END;
  5. GO