Skip to content

Commit 0e8dd40

Browse files
authored
Update DB_SimplePhpLoginAndroid.sql
1 parent 738010e commit 0e8dd40

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Extra/DB_SimplePhpLoginAndroid.sql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ SET time_zone = "+02:00";
2121
-- Base de datos: `apr`
2222
--
2323

24+
CREATE DATABASE 'apr';
25+
USE 'apr';
26+
2427
-- --------------------------------------------------------
2528

2629
--

0 commit comments

Comments
 (0)