This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| WITH temp_dirs AS ( | |
| SELECT s1.dir || s1.version || '/pgsql_tmp' AS dir_name | |
| FROM | |
| ( | |
| SELECT | |
| 'pg_tblspc/' || spc.oid::text || '/' AS dir, | |
| l.version | |
| FROM | |
| ( | |
| SELECT spc1.oid |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <AirShoppingRQ xsi:schemaLocation="http://www.iata.org/IATA/EDIST ../AirShoppingRQ.xsd" Version="16.2" | |
| xmlns="http://www.iata.org/IATA/EDIST" | |
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
| <PointOfSale> | |
| <Location> | |
| <CountryCode>RU</CountryCode> | |
| <CityCode>MOW</CityCode> | |
| </Location> | |
| <RequestTime Zone="EST">2017-03-16T07:38:00</RequestTime> | |
| <TouchPoint> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <PricedOffer> | |
| <OfferPrice OfferItemID="1"> | |
| <RequestedDate> | |
| <PriceDetail> | |
| <TotalAmount> | |
| <SimpleCurrencyPrice>27110</SimpleCurrencyPrice> | |
| </TotalAmount> | |
| <BaseAmount>24000</BaseAmount> | |
| <Taxes> | |
| <Total Code="RUB">3110</Total> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # https://github.com/bitwalker/distillery/blob/master/docs/Walkthrough.md | |
| $ MIX_ENV=prod mix release --erl="+K true +stbt db" --env=prod --verbose |