smr/src/sql
Robin Malley 0a6829ec9f Lots of new documentation
* Add a tool that automatically generates parts of a graphviz input from
an sql file
* Use that tool to generate bits of graphviz input from all the `create_` sql
files in `src/`
* Copy all those bits of graphviz input togeather to generate diagrams
for each table.
2023-08-09 22:28:48 +00:00
..
create_index_tags.sql Work on ripping out spp 2023-05-17 21:18:24 +00:00
create_index_unlisted.sql started working on unlisted posts 2021-01-10 21:34:13 +00:00
create_table_authors.sql Lots of new documentation 2023-08-09 22:28:48 +00:00
create_table_comments.sql Lots of new documentation 2023-08-09 22:28:48 +00:00
create_table_images.sql Lots of new documentation 2023-08-09 22:28:48 +00:00
create_table_posts.sql Lots of new documentation 2023-08-09 22:28:48 +00:00
create_table_raw_text.sql Lots of new documentation 2023-08-09 22:28:48 +00:00
create_table_session.sql Lots of new documentation 2023-08-09 22:28:48 +00:00
create_table_tags.sql Lots of new documentation 2023-08-09 22:28:48 +00:00
delete_post.sql Add a delete button. 2021-10-11 00:59:50 +00:00
delete_session.sql Finished up unlisted posts 2021-01-11 03:34:22 +00:00
delete_tags.sql Various updates 2020-10-10 23:28:39 +00:00
insert_anon_author.sql Started work on refactor 2020-12-20 08:16:23 +00:00
insert_author.sql Move sql files into their own directory 2020-05-17 12:05:00 -04:00
insert_comment.sql Lots of new documentation 2023-08-09 22:28:48 +00:00
insert_post.sql started working on unlisted posts 2021-01-10 21:34:13 +00:00
insert_raw.sql Move sql files into their own directory 2020-05-17 12:05:00 -04:00
insert_session.sql Move sql files into their own directory 2020-05-17 12:05:00 -04:00
insert_tag.sql Various updates 2020-10-10 23:28:39 +00:00
select_author_bio.sql Get started on author biography. 2022-09-02 23:32:17 +00:00
select_author_index.sql Lots of new documentation 2023-08-09 22:28:48 +00:00
select_author_of_post.sql Started work on refactor 2020-12-20 08:16:23 +00:00
select_comments.sql Lots of new documentation 2023-08-09 22:28:48 +00:00
select_download.sql Finished up unlisted posts 2021-01-11 03:34:22 +00:00
select_edit.sql Finished up unlisted posts 2021-01-11 03:34:22 +00:00
select_post.sql Finished up unlisted posts 2021-01-11 03:34:22 +00:00
select_post_hash.sql Finished up unlisted posts 2021-01-11 03:34:22 +00:00
select_post_tags.sql Various updates 2020-10-10 23:28:39 +00:00
select_site_index.sql Lots of new documentation 2023-08-09 22:28:48 +00:00
select_suggest_tags.sql fix 2021-02-14 07:56:28 +00:00
select_tags.sql Various updates 2020-10-10 23:28:39 +00:00
select_valid_sessions.sql Allow logged in users to use their session immediately. 2021-09-11 21:50:23 +00:00
update_bio.sql Get started on author biography. 2022-09-02 23:32:17 +00:00
update_post.sql Updating a story no longer updates the post time. 2023-01-17 23:16:05 +00:00
update_raw.sql Move sql files into their own directory 2020-05-17 12:05:00 -04:00
update_views.sql Lots of new documentation 2023-08-09 22:28:48 +00:00