File tree Expand file tree Collapse file tree
rwf/src/model/migrations/bootstrap Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11migration : f57d1f18-f0c7-11f0-9c88-2218e57cbd42
22name : migrations
3- kind : INTERNAL
3+ kind : Internal
44down :
55 - DROP TABLE rwf_migrations
66up :
Original file line number Diff line number Diff line change 11name : jobs
22migration : 132a43b0-f0c8-11f0-8542-2218e57cbd42
3- kind : INTERNAL
3+ kind : Internal
44description : Enables background and cron jobs
55requires : f57d1f18-f0c7-11f0-9c88-2218e57cbd42
66down :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ migration: 5d1dfd30-f0c9-11f0-a384-2218e57cbd42
22name : requests tracking
33requires : 132a43b0-f0c8-11f0-8542-2218e57cbd42
44description : Enables Analytics functionality. Allows to keep track about users and called endpoints
5- kind : INTERNAL
5+ kind : Internal
66down :
77 - DROP TABLE rwf_requests
88up :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ migration: dee183ea-f0ca-11f0-b610-2218e57cbd42
22requires : 132a43b0-f0c8-11f0-8542-2218e57cbd42
33name : rwf_static_file_metas
44description : Enable ETag / LastModified / If-None-Match / If-Modified-Since Header Support for the StaticFile Controller
5- kind : INTERNAL
5+ kind : Internal
66down :
77 - DROP TABLE rwf_static_file_metas
88up :
You can’t perform that action at this time.
0 commit comments