diff --git a/src/init.sql b/src/init.sql index 63e002299..208326b4f 100644 --- a/src/init.sql +++ b/src/init.sql @@ -1,8 +1,8 @@ +-- Copyright (c) 2023 Nathan Kohen, Nicholas Foster, Brandon Walia, Robert Kenney +-- This code is licensed under MIT license (see LICENSE for details) ---Copyright (c) 2023 Nathan Kohen, Nicholas Foster, Brandon Walia, Robert Kenney ---This code is licensed under MIT license (see LICENSE for details) +-- @author: PopcornPicks ---@author: PopcornPicks CREATE DATABASE IF NOT EXISTS PopcornPicksDB; -- Switch to the PopcornPicksDB database