Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Team 5 - Smart Towns
Manage
Activity
Members
Labels
Plan
Issues
34
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Rhys Evans
Team 5 - Smart Towns
Commits
91f45878
Commit
91f45878
authored
1 year ago
by
Rhys Nute
Browse files
Options
Downloads
Patches
Plain Diff
Database update - pair programmed with RE to help with databasebeans error
parent
5e18506a
No related branches found
No related tags found
2 merge requests
!38
Draft: Businesses
,
!31
Resolve "As a user, I want to see a page of local authorities so that I can easily source contact details for a variety of different local authorities."
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/resources/data.sql
+1
-1
1 addition, 1 deletion
src/main/resources/data.sql
with
1 addition
and
1 deletion
src/main/resources/data.sql
+
1
−
1
View file @
91f45878
...
...
@@ -59,4 +59,4 @@ insert into stickerprogress (userID, stickerID, hasSticker) value ('2', '2', tru
delete
from
businesses
;
insert
into
businesses
(
businessName
,
address1
,
address2
,
city
,
county
,
postcode
,
website
)
value
(
'Caerphilly Castle'
,
'Castle Street'
,
''
,
'Caerphilly'
,
''
,
'CF83 1JD'
,
'https://cadw.gov.wales/visit/places-to-visit/caerphilly-castle'
);
insert
into
businesses
(
businessName
,
address1
,
address2
,
city
,
county
,
postcode
,
website
)
value
(
'Risca Colliers Institute'
,
'Grove Road'
,
''
,
'Risca'
,
''
,
'NP11 6GN'
,
'https://www.nmrs.org.uk/mines-map/coal-mining-in-the-british-isles/swales/abercarn/risca-colliery/'
);
insert
into
businesses
(
businessName
,
address1
,
address2
,
city
,
county
,
postcode
,
website
)
value
(
'Penarth Esplanade'
,
'7 Pier Buildings'
,
'Penarth Pier'
,
''
,
'CF64 3AU'
,
'https://www.facebook.com/DecksPenarth/'
,
''
);
\ No newline at end of file
insert
into
businesses
(
businessName
,
address1
,
address2
,
city
,
county
,
postcode
,
website
)
value
(
'Penarth Esplanade'
,
'7 Pier Buildings'
,
''
,
'Penarth Pier'
,
''
,
'CF64 3AU'
,
'https://www.facebook.com/DecksPenarth/'
);
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment