Termine
- 21Monday, 21. AugustKeine Veranstaltungen
WordPress-Datenbankfehler: [Table 'wp_wp_posts_carousel' already exists]CREATE TABLE wp_wp_posts_carousel (
ID integer NOT NULL AUTO_INCREMENT,
post_id bigint(20) NOT NULL,
params longtext NOT NULL,
post_modified datetime NULL,
PRIMARY KEY (ID),
KEY post_id (post_id)
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci