Mercurial > libervia-pubsub
annotate MANIFEST.in @ 457:7c9792f934a2
psql: use `created` colum to sort by creation:
`item_id` was used to sort by creation because it correspond to it and it's slighly more
efficient, but #398 raises the use case of manually modified database to import items.
The column has been changed to suit this use case, and `item_id` is now always added as
last order, in case of date conflicts.
This patch extends a contribution from Stephen Paul Weber (Singpolyma) from the ticket
mentioned below.
fix: 398
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 30 Sep 2021 18:56:42 +0200 |
parents | c56a728412f1 |
children |
rev | line source |
---|---|
405
c56a728412f1
file organisation + setup refactoring:
Goffi <goffi@goffi.org>
parents:
264
diff
changeset
|
1 include MANIFEST.in sat_pubsub/VERSION |
c56a728412f1
file organisation + setup refactoring:
Goffi <goffi@goffi.org>
parents:
264
diff
changeset
|
2 global-include *.py |
c56a728412f1
file organisation + setup refactoring:
Goffi <goffi@goffi.org>
parents:
264
diff
changeset
|
3 global-include CHANGELOG COPYING* INSTALL README* |
c56a728412f1
file organisation + setup refactoring:
Goffi <goffi@goffi.org>
parents:
264
diff
changeset
|
4 global-include Makefile *.rst *.bat |
c56a728412f1
file organisation + setup refactoring:
Goffi <goffi@goffi.org>
parents:
264
diff
changeset
|
5 graft doc |
c56a728412f1
file organisation + setup refactoring:
Goffi <goffi@goffi.org>
parents:
264
diff
changeset
|
6 graft db |
189 | 7 graft twisted |
405
c56a728412f1
file organisation + setup refactoring:
Goffi <goffi@goffi.org>
parents:
264
diff
changeset
|
8 global-exclude *.un~ |