-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathanvil.yaml
62 lines (60 loc) · 2.64 KB
/
anvil.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
dependencies: []
services:
- source: /runtime/services/tables.yml
client_config: {enable_v2: true}
server_config: {auto_create_missing_columns: true}
startup: {type: form, module: Navigation}
package_name: PortlandLandlordLookup
allow_embedding: true
name: PortlandLandlordLookup
runtime_options: {version: 2, client_version: '3', server_version: python3-sandbox,
server_spec: null}
metadata: {title: Question A Rent Control Checker - No on A!, description: 'Election
Day: November 7, 2023 | Maine DSA urges you to Vote No On A | If passed, Question
A will kick thousands of tenants off of rent control.', logo_img: 'https://www.mainedsa.org/wp-content/uploads/2023/07/Maine-DSA-Moose-with-Rose-Logo.svg'}
startup_form: null
native_deps: {head_html: '<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Lexend:wght@400;700&display=swap"
rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Calistoga:wght@400&display=swap"
rel="stylesheet">'}
db_schema:
messages:
client: none
server: full
columns:
- {name: email, admin_ui: null, type: string}
- {name: firstname, admin_ui: null, type: string}
- {name: lastname, admin_ui: null, type: string}
- {name: story, admin_ui: null, type: string}
- {name: address, admin_ui: null, type: string}
- {name: unit, admin_ui: null, type: string}
title: Messages
units:
title: Units
client: none
server: full
columns:
- {name: Address, admin_ui: null, type: string}
- {name: BankedRent1, admin_ui: null, type: string}
- {name: BaseRent1, admin_ui: null, type: string}
- {name: unitNumber1, admin_ui: null, type: string}
- {name: nbrBedRms1, admin_ui: null, type: string}
- {name: Ward, admin_ui: null, type: string}
- {name: PreviousRent, admin_ui: null, type: string}
- {name: ParcelID, admin_ui: null, type: string}
- {name: Owner2, admin_ui: null, type: string}
- {name: Owner1, admin_ui: null, type: string}
- {name: Owner Zip, admin_ui: null, type: string}
- {name: Owner State, admin_ui: null, type: string}
- {name: Owner City, admin_ui: null, type: string}
- {name: Owner Address, admin_ui: null, type: string}
- {name: NumberOfRentalUnits, admin_ui: null, type: number}
- {name: Likely to Exempt, admin_ui: null, type: bool}
- {name: 'Lic. #', admin_ui: null, type: string}
- {name: Land Use Code, admin_ui: null, type: string}
- {name: Exmption, admin_ui: null, type: string}
- {name: CurrentRent1, admin_ui: null, type: string}
- {name: Class, admin_ui: null, type: string}
uplink_visible: true
renamed: true