Date | Time | User | Type | Name | Attribute | ||
---|---|---|---|---|---|---|---|
1 | 17th March 2025 | 22:08:55 | remus | - | - | notes | |
Before
None
After
The journal of the Alpine Club of Canada.
### References
[1] [https://alpineclubofcanada.ca/](https://alpineclubofcanada.ca/)
Diff
--- before
|
|||||||
2 | 17th March 2025 | 22:08:55 | remus | - | - | notes_pretty | |
Before
None
After
<p>The journal of the Alpine Club of Canada.</p>
<h3>References</h3>
<p>[1] <a href="https://alpineclubofcanada.ca/">https://alpineclubofcanada.ca/</a></p>
|
|||||||
3 | 17th March 2025 | 21:47:20 | remus | - | - | definition | |
Before
select
library_item_id
from
library_items
where
deleted_on is null
and name ~ '\ACanadian Alpine Journal [0-9]+\Z'
After
select
library_item_id
from
library_items
where
deleted_on is null
and name ~ '\ACanadian Alpine [jJ]ournal [0-9]+\Z'
Diff
--- before
|
|||||||
4 | 17th March 2025 | 21:46:26 | remus | - | - | definition | |
Before
select
library_item_id
from
library_items
where
deleted_on is null
and library_item_type_id = 4
and name ~ '\ACanadian Alpine Journal [0-9]+\Z'
After
select
library_item_id
from
library_items
where
deleted_on is null
and name ~ '\ACanadian Alpine Journal [0-9]+\Z'
Diff
--- before
|