-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsqitch.plan
14 lines (13 loc) · 1.13 KB
/
sqitch.plan
1
2
3
4
5
6
7
8
9
10
11
12
13
14
%syntax-version=1.0.0
%project=mbaw
schema 2021-05-14T01:07:02Z greic <greic@LAPTOP-AGD1O0PE> # Create schema
animals 2021-05-14T14:25:18Z Marco Arthur <[email protected]> # Add Animals table
enclosure 2021-05-14T14:43:06Z Marco Arthur <[email protected]> # Add table enclosures (recinto in portuguese)
animal_file 2021-05-14T14:52:11Z Marco Arthur <[email protected]> # Add animal_files table to register individuals
internees 2021-05-20T16:23:44Z Marco Arthur <[email protected]> # table of internees
carers 2021-05-20T20:12:42Z Marco Arthur <[email protected]> # Animal take care technical person
nutricional_handler 2021-05-20T20:21:32Z Marco Arthur <[email protected]> # The nutritional animal handler
load_data 2021-05-20T23:27:59Z Marco Arthur <[email protected]> # Load some data
add_photo_to_animal_files 2021-05-27T20:36:36Z Marco Arthur <[email protected]> # Add photo column for animal_files table
insert_meal_procedure 2021-06-07T17:37:30Z Marco Arthur <[email protected]> # A procedure to Insert feeding data for animals
feeding_functions 2021-07-01T01:23:41Z Marco Arthur <[email protected]> # Add feeding related functions