mirror of
https://github.com/Alvin-Zilverstand/pokedex.git
synced 2026-04-21 19:06:23 +02:00
Rename database from 'pokedex' to 'pokedex1' in SQL script
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
CREATE DATABASE IF NOT EXISTS pokedex;
|
||||
USE pokedex;
|
||||
CREATE DATABASE IF NOT EXISTS pokedex1;
|
||||
USE pokedex1;
|
||||
|
||||
-- Table to store Pokémon details
|
||||
CREATE TABLE IF NOT EXISTS pokemon (
|
||||
|
||||
Reference in New Issue
Block a user