/*
  Warnings:

  - Added the required column `title` to the `PhotoAlbum` table without a default value. This is not possible if the table is not empty.

*/
-- AlterTable
ALTER TABLE `photoalbum` ADD COLUMN `title` TINYTEXT NOT NULL;
