2 merge requests!38Draft: Businesses,!31Resolve "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."
insertintolocalAuthority(localAthorityID,localAuthorityName,address1,address2,city,county,postcode,website)value('1','Caerphilly County Borough Council','Tredomen Park','Ystrad Mynach, Hengoed','','CF82 7PG','https://www.caerphilly.gov.uk/main.aspx?lang=en-GB');
insertintolocalAuthority(localAthorityID,localAuthorityName,address1,address2,city,county,postcode,website)value('2','Risca Town Council','Unit B, 75 Tredegar Street','','Risca','','NP11 6BW','https://www.riscatowncouncil.org.uk/');
insertintolocalAuthority(localAthorityID,localAuthorityName,address1,address2,city,county,postcode,website)value('3','Penarth Town Council West House','Stanwell Road','','Penarth','','CF64 2YG','https://www.penarthtowncouncil.gov.uk/your-council/');
\ No newline at end of file
deletefromlocalauthority;
insertintolocalauthority(localAuthorityName,address1,address2,city,county,postcode,website)value('Caerphilly County Borough Council','Tredomen Park','Ystrad Mynach, Hengoed','','CF82 7PG','https://www.caerphilly.gov.uk/main.aspx?lang=en-GB');
insertintolocalauthority(localAuthorityName,address1,address2,city,county,postcode,website)value('Risca Town Council','Unit B, 75 Tredegar Street','','Risca','','NP11 6BW','https://www.riscatowncouncil.org.uk/');
insertintolocalauthority(localAuthorityName,address1,address2,city,county,postcode,website)value('Penarth Town Council West House','Stanwell Road','','Penarth','','CF64 2YG','https://www.penarthtowncouncil.gov.uk/your-council/');