-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathanvil.yaml
35 lines (35 loc) · 843 Bytes
/
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
scheduled_tasks: []
dependencies:
- app_id: T6Z57LSKVADN3MV6
version: {dev: false}
services:
- source: /runtime/services/tables.yml
client_config: {}
server_config: {}
startup: {type: form, module: Main_GUI_Touchscreen}
package_name: Passenger_report
allow_embedding: false
name: Passenger report
runtime_options: {version: 2, client_version: '3', server_version: python3-sandbox,
server_spec: null}
metadata: {logo_img: 'asset:ship_512.png'}
startup_form: null
db_schema:
table_1:
title: Table 1
client: full
server: full
columns:
- name: Time
admin_ui: {width: 200}
type: datetime
- name: Direction
admin_ui: {width: 200}
type: string
- name: Passengers
admin_ui: {width: 200}
type: number
- name: Date
admin_ui: {width: 200}
type: date
renamed: true