Skip to content

Commit

Permalink
Merge pull request #75 from OudomMunint/dev
Browse files Browse the repository at this point in the history
Dev => Main
  • Loading branch information
OudomMunint authored May 8, 2024
2 parents daea08b + 2717ded commit d781fc8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
uses: ncipollo/release-action@v1.14.0
with:
artifacts: "react-github-actions-build"
tag: v1.5.4.4
tag: v1.5.4.5
5 changes: 5 additions & 0 deletions DB/database.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
CREATE TABLE projects (
id INT PRIMARY KEY AUTO_INCREMENT,
title VARCHAR(255) NOT NULL,
description TEXT
);

0 comments on commit d781fc8

Please sign in to comment.