Skip to content

Commit

Permalink
info about the db
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdada authored Aug 22, 2024
1 parent 0c92a84 commit 26560bc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,16 @@ VuePress allows you to write content in both Markdown and html
Remember to restart the development server after adding new pages to see the
changes reflected in the navigation.

### Photos page databse
The photos page uses the database in ```public/photos.db``` to store upload time, its layed out like

| id | file_name | file_path | upload_date |
|----|---------------------------|---------------------------|----------------------|
| 1 | 1.jpg | 1.jpg | 2024-08-21 22:24:42 |
| 2 | 2022-2023electrical.jpg | 2022-2023electrical.jpg | 2024-08-21 22:24:42 |
| 3 | 2022kcmtalliance.jpg | 2022kcmtalliance.jpg | 2024-08-21 22:24:42 |
| 4 | 2023botandcomputer.jpg | 2023botandcomputer.jpg | 2024-08-21 22:24:42 |

## Deployment

The website is automatically deployed using GitHub Actions. Push your changes to
Expand Down

0 comments on commit 26560bc

Please sign in to comment.