Repository to track Vemto 2 Issues
5
stars
0
forks
source link
schema-reader-db Error: SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'telescope_entries' already exists (Connection: mysql, SQL: create table `telescope_entries` (`sequence` bigint unsigned not null auto_increment primary key, `uuid` char(36) not null, `batch_id` char(36) not null, `family_hash` varchar(255) null, `should_display_on_index` tinyint(1) not null default '1', `type` varchar(20) not null, `content` longtext not null, `created_at` datetime null) default character set utf8mb4 collate 'utf8mb4_unicode_ci') #169
Closed
juliangums closed 5 months ago
Error Message: schema-reader-db Error: SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'telescope_entries' already exists (Connection: mysql, SQL: create table
telescope_entries
(sequence
bigint unsigned not null auto_increment primary key,uuid
char(36) not null,batch_id
char(36) not null,family_hash
varchar(255) null,should_display_on_index
tinyint(1) not null default '1',type
varchar(20) not null,content
longtext not null,created_at
datetime null) default character set utf8mb4 collate 'utf8mb4_unicode_ci')Stack:
Vemto 2.0.21 darwin 23.5.0 Locale: en-GB App version: 2.0.21