diff --git a/sql/03-basmallah-shaddah.sql b/sql/03-basmallah-shaddah.sql new file mode 100644 index 0000000..c133336 --- /dev/null +++ b/sql/03-basmallah-shaddah.sql @@ -0,0 +1,3 @@ +-- use the basmallah glyph with a shaddah on suras teen and qadr +-- suras 95 and 97 on pages 597 and 598. see also #30. +update glyph_page_line set glyph_id=4 where glyph_page_line_id in(87950,88094);