Update DB to version 8 (company logos).

This commit is contained in:
2018-04-19 14:42:27 +01:00
parent 54e556c792
commit 4196e5539f
11 changed files with 576 additions and 34 deletions

View File

@@ -32,9 +32,9 @@ namespace Cicm.Database.Schemas.Sql
{
public static class V7
{
public static readonly string Admins = V5.Admins;
public static readonly string Admins = V6.Admins;
public static readonly string BrowserTests = V5.BrowserTests;
public static readonly string BrowserTests = V6.BrowserTests;
public static readonly string CicmDb = "CREATE TABLE `cicm_db` (\n" +
"`id` int(11) NOT NULL AUTO_INCREMENT,\n" +