We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents daea08b + 2717ded commit d781fc8Copy full SHA for d781fc8
.github/workflows/main.yml
@@ -38,4 +38,4 @@ jobs:
38
uses: ncipollo/release-action@v1.14.0
39
with:
40
artifacts: "react-github-actions-build"
41
- tag: v1.5.4.4
+ tag: v1.5.4.5
DB/database.sql
@@ -0,0 +1,5 @@
1
+CREATE TABLE projects (
2
+ id INT PRIMARY KEY AUTO_INCREMENT,
3
+ title VARCHAR(255) NOT NULL,
4
+ description TEXT
5
+);
0 commit comments