-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
27 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
# Acme-SF-D02 | ||
Second deliverable of DP2 | ||
# Acme-SF-D03 | ||
Third deliverable of DP2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
drop database if exists `Acme-SF-D02`; | ||
create database `Acme-SF-D02` | ||
drop database if exists `Acme-SF-D03`; | ||
create database `Acme-SF-D03` | ||
character set = 'utf8mb4' | ||
collate = 'utf8mb4_unicode_ci'; | ||
|
||
grant select, insert, update, delete, create, drop, references, index, alter, | ||
create temporary tables, lock tables, create view, create routine, | ||
alter routine, execute, trigger, show view | ||
on `Acme-SF-D02`.* to 'acme-user'@'%'; | ||
on `Acme-SF-D03`.* to 'acme-user'@'%'; | ||
|
||
|
||
drop database if exists `Acme-SF-D02-Test`; | ||
create database `Acme-SF-D02-Test` | ||
drop database if exists `Acme-SF-D03-Test`; | ||
create database `Acme-SF-D03-Test` | ||
character set = 'utf8mb4' | ||
collate = 'utf8mb4_unicode_ci'; | ||
|
||
grant select, insert, update, delete, create, drop, references, index, alter, | ||
create temporary tables, lock tables, create view, create routine, | ||
alter routine, execute, trigger, show view | ||
on `Acme-SF-D02-Test`.* to 'acme-user'@'%'; | ||
on `Acme-SF-D03-Test`.* to 'acme-user'@'%'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,8 +13,8 @@ master.company.text = \ | |
Acme SF, Inc. is a fictitious company that provides a starter \ | ||
project for the students of the Design and Testing subject of the \ | ||
Software Engineering Curriculum of the University of Seville. | ||
master.company.name = Acme, Inc. | ||
master.company.address = 01 Acme Drive, Wondercity, Wonderland | ||
master.company.name = Acme SF, Inc. | ||
master.company.address = 01 Acme SF Drive, Wondercity, Wonderland | ||
master.company.phone = +1 000 111 222 | ||
master.company.email = [email protected] | ||
master.company.email = contact@acme-sf.com | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ master.company.text = \ | |
Acme SF, Inc. es una empresa ficticia que ofrece un proyecto starter para los \ | ||
estudiantes de la asignatura Diseño y Pruebas de la titulación de \ | ||
Ingeniería del Software en la Universidad de Seville. | ||
master.company.name = Acme, Inc. | ||
master.company.address = 01 Acme Drive, Wondercity, Wonderland | ||
master.company.name = Acme SF, Inc. | ||
master.company.address = 01 Acme SF Drive, Wondercity, Wonderland | ||
master.company.phone = +1 000 111 222 | ||
master.company.email = [email protected] | ||
master.company.email = contact@acme-sf.com |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters