Skip to content

Commit

Permalink
https://github.com/WWBN/AVideo/issues/9454
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Neto committed Oct 2, 2024
1 parent 7e72c35 commit e7360c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/LiveLinks/install/install.sql
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0;
SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='TRADITIONAL,ALLOW_INVALID_DATES';


CREATE TABLE IF NOT EXISTS `livelinks` (
CREATE TABLE IF NOT EXISTS `LiveLinks` (
`id` INT(11) NOT NULL AUTO_INCREMENT,
`title` VARCHAR(255) NOT NULL,
`description` TEXT NOT NULL,
Expand Down

0 comments on commit e7360c9

Please sign in to comment.