List of commits:
Subject Hash Author Date (UTC)
whitespace törlés 3. f5e673f76b454d535c63c0176f7341ec7e94c2f2 hd 2020-03-26 10:02:48
whitespace törlés 2. 2aad8c0a0ca4caf4df7955d1361bcae7ccf71379 hd 2020-03-26 10:01:22
whitespace törlés aeaa6adf034b51694722760c31668dad53bc9273 hd 2020-03-26 09:58:53
honlap init bae3256f55b2dcf338f1464508b5d6857c070bab hd 2020-03-26 09:50:58
honlap init 9dd61db1ca7a3be82eaabcb88af96fb061d72aa4 hd 2020-03-26 09:36:35
Initial version of honlap generated by JHipster-6.8.0 fbabb2905b7786b5e91bb5347b816854e35ac3bb hd 2020-03-26 08:59:15
Commit f5e673f76b454d535c63c0176f7341ec7e94c2f2 - whitespace törlés 3.
Author: hd
Author date (UTC): 2020-03-26 10:02
Committer name: hd
Committer date (UTC): 2020-03-26 10:02
Parent(s): 2aad8c0a0ca4caf4df7955d1361bcae7ccf71379
Signing key:
Tree: c04830f81154a4282d311fcf7a8e5990bb5147bb
File Lines added Lines deleted
src/main/resources/config/liquibase/changelog/20200326085000_added_entity_PieceOfNews.xml 0 6
File src/main/resources/config/liquibase/changelog/20200326085000_added_entity_PieceOfNews.xml changed (mode: 100644) (index 22e7107..f88a88c)
5 5 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
6 6 xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.8.xsd xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.8.xsd
7 7 http://www.liquibase.org/xml/ns/dbchangelog-ext http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd"> http://www.liquibase.org/xml/ns/dbchangelog-ext http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd">
8
9
10 8 <!-- <!--
11 9 Added the entity PieceOfNews. Added the entity PieceOfNews.
12 10 --> -->
 
52 50 <dropDefaultValue tableName="piece_of_news" columnName="created_date" columnDataType="datetime"/> <dropDefaultValue tableName="piece_of_news" columnName="created_date" columnDataType="datetime"/>
53 51 <dropDefaultValue tableName="piece_of_news" columnName="last_modified_date" columnDataType="datetime"/> <dropDefaultValue tableName="piece_of_news" columnName="last_modified_date" columnDataType="datetime"/>
54 52 </changeSet> </changeSet>
55
56 53 <changeSet id="20200326085000-1-relations" author="jhipster"> <changeSet id="20200326085000-1-relations" author="jhipster">
57
58 54 </changeSet> </changeSet>
59 55 <!-- jhipster-needle-liquibase-add-changeset - JHipster will add changesets here, do not remove--> <!-- jhipster-needle-liquibase-add-changeset - JHipster will add changesets here, do not remove-->
60
61 56 <!-- <!--
62 57 Load sample data generated with Faker.js Load sample data generated with Faker.js
63 58 - This data can be easily edited using a CSV editor (or even MS Excel) and - This data can be easily edited using a CSV editor (or even MS Excel) and
 
85 80 <!-- jhipster-needle-liquibase-add-loadcolumn - JHipster (and/or extensions) can add load columns here, do not remove--> <!-- jhipster-needle-liquibase-add-loadcolumn - JHipster (and/or extensions) can add load columns here, do not remove-->
86 81 </loadData> </loadData>
87 82 </changeSet> </changeSet>
88
89 83 </databaseChangeLog> </databaseChangeLog>
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/dns/honlap

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/dns/honlap

Clone this repository using git:
git clone git://git.rocketgit.com/user/dns/honlap

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main