From f6031055bccd1aa4c8b76fae53273c0ef7488a19 Mon Sep 17 00:00:00 2001 From: Beaumont Mogridge <mogridgeb@cardiff.ac.uk> Date: Thu, 1 Dec 2022 15:30:02 +0000 Subject: [PATCH] Update static/testSearch.html, templates/OurSpaces.html, templates/Space.html, WorkSpaces.sql, db.sqbpro --- WorkSpaces.sql | 1 + db.sqbpro | 3 +++ testSearch.html => static/testSearch.html | 0 OurSpaces.html => templates/OurSpaces.html | 0 Space.html => templates/Space.html | 0 5 files changed, 4 insertions(+) create mode 100644 WorkSpaces.sql create mode 100644 db.sqbpro rename testSearch.html => static/testSearch.html (100%) rename OurSpaces.html => templates/OurSpaces.html (100%) rename Space.html => templates/Space.html (100%) diff --git a/WorkSpaces.sql b/WorkSpaces.sql new file mode 100644 index 0000000..f39b959 --- /dev/null +++ b/WorkSpaces.sql @@ -0,0 +1 @@ +DELETE FROM 'coworking_spaces' WHERE Name = 'Name'; diff --git a/db.sqbpro b/db.sqbpro new file mode 100644 index 0000000..6e22bb5 --- /dev/null +++ b/db.sqbpro @@ -0,0 +1,3 @@ +<?xml version="1.0" encoding="UTF-8"?><sqlb_project><db path="C:/Users/c21070842/OneDrive - Cardiff University/Desktop/tramshed-tech-client-project-team-15/db.db" readonly="0" foreign_keys="1" case_sensitive_like="0" temp_store="0" wal_autocheckpoint="1000" synchronous="2"/><attached/><window><main_tabs open="structure browser pragmas query" current="1"/></window><tab_structure><column_width id="0" width="300"/><column_width id="1" width="0"/><column_width id="2" width="150"/><column_width id="3" width="2218"/><column_width id="4" width="0"/><expanded_item id="0" parent="1"/><expanded_item id="1" parent="1"/><expanded_item id="2" parent="1"/><expanded_item id="3" parent="1"/></tab_structure><tab_browse><current_table name="4,16:maincoworking_spaces"/><default_encoding codec=""/><browse_table_settings><table schema="main" name="coworking_spaces" show_row_id="0" encoding="" plot_x_axis="" unlock_view_pk="_rowid_"><sort/><column_widths><column index="1" value="139"/><column index="2" value="300"/><column index="3" value="300"/><column index="4" value="300"/><column index="5" value="300"/><column index="6" value="299"/><column index="7" value="265"/><column index="8" value="199"/><column index="9" value="169"/><column index="10" value="300"/></column_widths><filter_values/><conditional_formats/><row_id_formats/><display_formats/><hidden_columns/><plot_y_axes/><global_filter/></table></browse_table_settings></tab_browse><tab_sql><sql name="SQL 1">DELETE FROM coworking_spaces WHERE Name = 'Name'; + +</sql><current_tab id="0"/></tab_sql></sqlb_project> diff --git a/testSearch.html b/static/testSearch.html similarity index 100% rename from testSearch.html rename to static/testSearch.html diff --git a/OurSpaces.html b/templates/OurSpaces.html similarity index 100% rename from OurSpaces.html rename to templates/OurSpaces.html diff --git a/Space.html b/templates/Space.html similarity index 100% rename from Space.html rename to templates/Space.html -- GitLab