Skip to content

v0.1.5

Compare
Choose a tag to compare
@ProgramminCat ProgramminCat released this 23 Aug 14:45
· 164 commits to main since this release

To upgrade you need to run the following MySQL code:

ALTER TABLE `vidzy`.`shorts` 
ADD COLUMN `tags` VARCHAR(100) NULL AFTER `description`;